我刚开始使用 python + splinter
http://splinter.cobrateam.info/docs/tutorial.html
不幸的是,我无法让这个例子起作用。
我不知道是否:
browser.find_by_name('btnG')
正在寻找任何东西。
其次,我尝试使用 button = browser.find_by_name('btnG').first button.click() 单击按钮
这不会引发错误,但不会发生任何事情。
我再次尝试了教程: http: //f.souza.cc/2011/05/splinter-python-tool-for-acceptance.html
然后我又被 CLICK 卡住了。
我正在使用 python 2.7.3,以及今天来自 splinter/selenium 的最新内容。
我该如何解决这个问题(其他人有问题吗)?