如何使用 Selenium IDE 从 yahoo 收件箱中选择电子邮件
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
每次加载页面时,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