【发布时间】:2015-07-29 23:58:58
【问题描述】:
我对硒完全陌生。我试图记录一个案例。 这是场景 - 1.点击录制按钮。 2.进入谷歌网站。 3.搜索硒。 4.单击搜索页面中的第一个链接(Selenium - Web Browser Automation)。 5.再次点击录制按钮,停止录制。
这是我得到的结果 - 在LOG下。
[info] Executing: |open | http://www.google.co.in/ | |
[info] Executing: |assertTitle | Google | |
[info] Executing: |type | id=lst-ib | selenium |
[info] Executing: |clickAndWait | link=Selenium - Web Browser Automation | |
[error] Element link=Selenium - Web Browser Automation not found
谁能告诉我为什么会出错?
【问题讨论】:
标签: selenium