selenium 未检测到 Firefox 中的链接,但相同的测试在 Internet Explorer 中运行良好
我的硒测试在 Internet Explorer 上运行良好,但它们无法识别 Firefox 中的某些链接,即使我使用它们的 ID 来检测它们也是如此。 任何解决方案将不胜感激。
谢谢, 镍丁
My selenium tests are working fine on internet explorer but they are not able to recognize some of the links in firefox, even when I am using their ids to detect them.
Any solution will be much appreciated.
thanks,
Nitin
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 xpath 或 CSS,让我知道它是否有效。
Try with xpath or CSS and let me know it's working or not..
尝试使用不同的选择器。 CSS 是事实证明更加独立于浏览器。
Try using different selectors. CSS is proven to be more browser-independent.