如何使用 Selenium IDE 从 yahoo 收件箱中选择电子邮件

发布于 2024-12-07 15:37:07 字数 170 浏览 0 评论 0原文

我正在使用 selenium IDE 测试我的应用程序。当用户注册时,激活链接将发送到用户邮件ID。现在我可以登录雅虎邮件帐户,但无法使用 selenium IDE 收件箱。显示错误为“ Element id=yui_3_2_0_1_13177110805761411 not found ” 有什么解决方案可以解决此问题吗?

i am testing my application with selenium IDE. When a user registered, an activation link will sent to user mail id. now i' m able to login to yahoo mail account and unable to inbox using selenium IDE. Displaying error as " Element id=yui_3_2_0_1_13177110805761411 not found " Is there any solution to solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

叫嚣ゝ 2024-12-14 15:37:07

每次加载页面时,ID 可能都会发生变化。您必须手动编辑生成的 HTML 测试脚本,并为您尝试单击的链接添加更强大的定位器。在这里阅读 http://seleniumhq.org/docs/02_selenium_ide.html# located-elements

The ID probably changes each time you load the page. You'll have to manually edit the generated HTML test script and put in a more robust locator for the link you are trying to click. Have a read here http://seleniumhq.org/docs/02_selenium_ide.html#locating-elements

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