有谁知道或知道在哪里可以找到有关 Watir-Webdriver 的良好文档?
我正在尝试将我的自动化测试脚本切换到 watir-webdriver。
不幸的是我无法完全做到这一点,我正在寻找一种驱动我的网络浏览器并且仍然包含附加组件等的方法。现在它运行时不使用上述任何一个。
有谁知道或知道在哪里可以找到有关 Watir-Webdriver 的良好文档?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以查看 API:http://www.rubydoc.info/gems/watir
此外,还有几个针对 Watir 和 Watir-webdriver 的 Google 群组,我发现它们很有用。
You could have a look at the API: http://www.rubydoc.info/gems/watir
Also there are a couple of Google groups for Watir and Watir-webdriver that I have found useful.
刚刚推出了一个新网站:http://watirwebdriver.com
There is a new site just launched: http://watirwebdriver.com
是的,watirmelon.com 也是 Alister Scott 的一个很棒的网站。在 Google 中搜索特定的 Watir 问题时,最有用的链接通常位于 watirmelon.com,甚至是 watir-webdriver 特定的内容。
此外,还有一些很棒的文档 http://wiki.openqa.org/display/WTR/ Project+Home,您可以在那里找到 Zeljko 正在编写的 Filipin's Watir 书。大多数情况下,适用于 Watir 的内容也适用于 watir-webdriver,因此您还可以使用 Watir API 的 YARD 文档,网址为 http://wtr.rubyforge.org/rdoc/1.6.5/ 祝你好运。
Yep, watirmelon.com is also a great site by Alister Scott. When searching for specific Watir questions in Google, the most useful links are often at watirmelon.com, even for things specific to watir-webdriver.
Also, there's some great documentation at http://wiki.openqa.org/display/WTR/Project+Home and you can find Zeljko's Filipin's Watir book in progress there. For the most part, what works for Watir will work for watir-webdriver, so you can also use the YARD documentation of the Watir API at http://wtr.rubyforge.org/rdoc/1.6.5/ Good luck.