Watir (pronounced water) stands for Web Application Testing in Ruby.
Since the latest release of chrome (34.0.1847.116) last week, I have been receiving the “Disable developer mode extensions" when running automated …
google-chrome google-chrome-extension watir-webdriver selenium-chromedriverI am trying to run multiple feature file using tags, i have tried the command cucumber --tag @some_name --tag @…
cucumber watir-webdriverI have a page with something like this: <input type="button" onclick="confirm('confirm popup');" value="click" /> When …
javascript popup watir watir-webdriver confirmI'm trying to tell my watir script to wait for an ajax-injected login box to open up. I am using …
ruby watir watir-webdriverI know this is a very silly question. Yet, am not able to find how to make the browser open …
ruby watir watir-webdriverWhen an element is out of view with selenium and one tries to interact with it, selenium will usually scroll …
ruby selenium-webdriver watir-webdriverI 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-webdriver