I have the following helper method to input a string into an input field and press the enter key, but it seems the enter key is never pressed. I see the string entered into
It works for me
page.execute_script("$('form.css-class/#form_id').submit()")