Top "Watir-webdriver" questions

Watir (pronounced water) stands for Web Application Testing in Ruby.

Locating a LI element using :text using watir-webdriver

I am trying to locate and click on a jQuery menu element, the menu is defined as multiple UL elements …

watir watir-webdriver
Using Watir-webdriver how to check the URL of a page

I am new to watir-webdriver automation, apologies if its a basic question of automation. But the thing is I am …

ruby automation watir watir-webdriver
How to set WATIR focus on new window

I'm new to WATIR testing (and do I love it!) and have run into a wall on how to refocus …

ruby automated-tests watir watir-webdriver webautomation
ruby watir to get html of a page

I have looked through the examples on these pages http://watir.com/examples/ http://wiki.openqa.org/display/WTR/Examples …

ruby watir watir-webdriver
Watir. Scroll to a certain point of the page

I am trying to automate an online survey on a website but I get this error each time: Selenium::WebDriver::…

ruby watir watir-webdriver ruby-1.9.3
How to get the number of elements having same attribute in HTML in Watir?

I have a HTML document which contains elements having the same class name. I could just do an iteration over …

ruby watir watir-webdriver
Element not found in the cache - perhaps the page has changed since it was looked up (Selenium::WebDriver::Error::StaleElementReferenceError)

I am trying to click all links on stackoveflow horizontal menu (Questions, Tags, Users, Badges, Unanswered). I have this code …

ruby watir-webdriver
Watir Webdriver counting number of items in a UL list

I've done a few searches and I'm unable to find a suitable answer. Basically I have an unordered list which …

watir watir-webdriver
Watir-webdriver or Capybara

I currently use Watir-webdriver for all my front end testing, but the development team use Capybara to run their tests …

capybara watir-webdriver
Ruby - require 'watir-webdriver' - generates a LoadError no such file... Why?

I am new to Ruby and would really appreciate some help understanding what is going on here. Summary: Gem install …

ruby webdriver watir watir-webdriver