Im using mechanize to automate interaction with websites, everything works fine. I m logging in to the site (using username and password), navigating through the pages and everything.
The problem is that I want to simulate a click on an item that is not an 'a' tag (its a div). any ideas how to get around that?