I just started working with python + splinter
http://splinter.cobrateam.info/docs/tutorial.html
Unfortunately I can't get the example to work.
I cannot tell if:
browser.find_by_name('btnG')
is finding anything.
Second, I try to click the button with button = browser.find_by_name('btnG').first button.click()
This does not throw an error but NOTHING HAPPENS.
I tried again with the tutorial: http://f.souza.cc/2011/05/splinter-python-tool-for-acceptance.html
and I got stuck again with the CLICK.
I am using python 2.7.3, and the latest stuff from splinter/selenium today.
How can I troublehsoot this problem (is anyone else having a problem)?