In a chat window ( watsapp, facebook etc. ) message can be sent by pressing "Enter", How can we achieve that in splinter. I tried submitting the form using browser.execute_script()
but its reloading the full page instead.
Also tried browser.get_by_id("id_name").type("something \r")
but didn't work.