开发者

Does anyone have or know where can I find good documentation on Watir-Webdriver?

开发者 https://www.devze.com 2023-03-20 15:49 出处:网络
I am trying to get my automated test scripts switched over to the watir-webdriver. Unfort开发者_如何学运维unately I have been unable to completely do so, what I am looking for is a way to drive my we

I am trying to get my automated test scripts switched over to the watir-webdriver.

Unfort开发者_如何学运维unately I have been unable to completely do so, what I am looking for is a way to drive my web browser and still include add-ons and such. Right now it runs using non of the above.

Does anyone have or know where I can find good documentation on Watir-Webdriver?


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.


There is a new site just launched: http://watirwebdriver.com


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消