I'm having an issue clicking buttons in spynner. This is what I have so far to load the page:
import spynner
browser = spynner.Browser()
browser.load("http://www.google.com")
browser.show()
The links like Advanced Search work fine, but I can't use the search buttons. How can I fix this? Thanks for the help.