Selenium 中的意外错误

发布于 2024-09-02 10:44:24 字数 184 浏览 2 评论 0原文

我在某些 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

魂归处 2024-09-09 10:44:24

您需要设置速度(超时)。
声明硒哈希变量后,每个硒测试用例之间至少需要“超时”毫秒

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文