我正在使用selenium IDE创建自动化测试。
我想使用open命令导航到一个url,然后单击页面上的一个按钮,这样我就可以编辑记录了。
在使用open命令导航到url(散列url)之后。执行在此命令处停止。
基本url是http://test.com/,要导航的url是http://test.com/#quotes/1
发布于 2016-01-29 21:56:27
最有可能的是在这个问题的时候,它触及了这个问题:
https://code.google.com/p/selenium/issues/detail?id=5165
还有一种变通方法:
Command = storeEval
Target = window.location.hash='events/5000/participants/7011'这不能解决当前的超时问题,因为Selenium-IDE已经是2.xx版本了。
https://stackoverflow.com/questions/18779499
复制相似问题