I'm trying to automate a headless web browser using python and packages like pyquery, beautiful soup, requests, mechanize.
But so far I haven't found a right way to trigger a click event on a button. For example, to fill an online form, I'm able to insert values in the text fields, but not able to click on the Submit/Send button.