Watir (pronounced water) stands for Web Application Testing in Ruby.
I know this is a very silly question. Yet, am not able to find how to make the browser open …
ruby watir watir-webdriverPretty positive you have to use .clear, or maybe not as it doesn't seem to be working for me, maybe …
ruby watirI developed a crawler with ruby watir-webdriver that downloads some files from a page. My problem is that when I …
google-chrome google-chrome-extension watir watir-webdriver selenium-chromedriverI am trying to scroll a web page to find and click on a content that is lazily loaded when …
ruby cucumber watir watir-webdriverI have the following code browser.link(:text => 'Generate Report').click browser.radio(:value => 'byTotalValue').wait_until_present(180) …
webdriver watir watir-webdriverHow can you specify the size of the browser window opened when you call the following with watir-webdriver? browser = Watir::…
watir watir-webdriverI'm having trouble launching Cucumber test with Chrome using remote webdriver capabilities on Grid (1 linux hub and 1 linux node with …
google-chrome selenium webdriver watir selenium-gridThis problem is bugging me for a couple of days now... Whenever I'm using the .bring_to_front method require "…
ruby watirI have HTML that looks like this: <input custom_attribute="so cool" type="text" /> I would like to …
html internet-explorer watir