watir-webdriver 中用于标识元素的属性有哪些?
在 Watir 中,我们有一个包含所有元素以及如何发现它们的网格 (这里)。在 Watir-Webdriver 中我们没有。是否有在线网格,或者有一种方法可以发现可以在哪些元素上使用哪些属性?
In Watir we have a grid of all elements and how they can be discovered (here). In Watir-Webdriver we do not. Is there a grid online, or a way to discover what attributes can be used on what elements?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它们与 Watir 的几乎相同,当将我的测试脚本从 Watir 转换为 Web 驱动程序时,我没有发现任何不受支持的脚本。
API 文档上的类列表 http://jarib.github.com/watir-webdriver/ doc/# 将向您显示所有支持的元素。
They are pretty much the same as the Watir ones, when converting my test scripts from Watir to web driver I didn't find any that were not supported.
The class list on the API Docs http://jarib.github.com/watir-webdriver/doc/# will show you all the elements supported.