我正在使用selenium IDE创建自动化测试。
我想使用open命令导航到url,然后单击页面上的按钮,以便我可以编辑Record。
使用open命令导航到url(散列网址)后。 执行在此命令处停止。
基本网址为http://test.com/和 要导航的网址是http://test.com/#quotes/1
答案 0 :(得分: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版本。