Selenium 中的意外错误
我在某些 Selenium RC 代码中遇到意外错误。有时它工作正常,但有时它会给出意外错误,并且脚本仅停在该行。
示例:
有一个用于“登录”的脚本,它单击链接,然后填写某些表格,然后按某个按钮。
有时它会运行到登录,有时直到单击链接,有时它会执行完整。
请给我一些解决方案,因为这很紧急。
I am getting a Unexpected error in some of the Selenium RC code. Some time it works fine but sometimes it gives the Unexpected error and the scripts stop at that line only.
Example:
There is script for "Login" than it click on the link than fills some form than press some button.
Sometimes its run till Login, sometimes till click of a link sometimes it executes full.
Please give me some solution for this its urgent.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要设置速度(超时)。
声明硒哈希变量后,每个硒测试用例之间至少需要“超时”毫秒
You need to setspeed(timeout).
After you declare your selenium Hash variable, for it to take at least "timeout" miliseconds between each selenium test case