我正在使用 selenium IDE 创建自动化测试。
我想使用 open 命令导航到一个 url,然后单击页面上的一个按钮,以便我可以编辑记录。
使用 open 命令导航到 url(hashed url) 后。执行在此命令处停止。
基本 url 是http://test.com/,导航的 url 是http://test.com/#quotes/1
我正在使用 selenium IDE 创建自动化测试。
我想使用 open 命令导航到一个 url,然后单击页面上的一个按钮,以便我可以编辑记录。
使用 open 命令导航到 url(hashed url) 后。执行在此命令处停止。
基本 url 是http://test.com/,导航的 url 是http://test.com/#quotes/1
最有可能在提出问题的时候涉及到这个问题:
https://code.google.com/p/selenium/issues/detail?id=5165
并且有一个解决方法:
Command = storeEval
Target = window.location.hash='events/5000/participants/7011'
这对于当前的超时问题没有解决方案,因为 Selenium-IDE 已经在 2.xx 版本中。