Watir-webdriver is an open source framework for testing web applications. It is a Ruby implementation of Webdriver and allow supported browsers IE, Firefox, Chrome and HTML Unit to be driven using the Watir API.

learn more… | top users | synonyms

1
vote
2answers
70 views

Validate worksheet name using WATiR

How to validate the worksheet name / file name of Excel and CSV files in WATiR? Because if we save the CSV file in with different name, the worksheet name will also change while in Excel it will ...
2
votes
1answer
140 views

Watir WebDriver in conjunction with Java

Is it possible to use Watir WebDriver in conjunction with Java? I have to execute some Java methods for dealing with data in DB in order to simulate different situations and test website UI using ...