Top "Watir-webdriver" questions

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

Disable developer mode extensions pop up in Chrome

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-chromedriver
How to execute Multiple cucumber feature files using tags

I am trying to run multiple feature file using tags, i have tried the command cucumber --tag @some_name --tag @…

cucumber watir-webdriver
Modal dialog present (Selenium::WebDriver::Error::UnhandledAlertError) after dismissing confirm popup

I have a page with something like this: <input type="button" onclick="confirm('confirm popup');" value="click" /> When …

javascript popup watir watir-webdriver confirm
How do I use Watir::Waiter::wait_until to force Chrome to wait?

I'm trying to tell my watir script to wait for an ajax-injected login box to open up. I am using …

ruby watir watir-webdriver
Opening a browser in fullscreen mode using watir-webdriver

I know this is a very silly question. Yet, am not able to find how to make the browser open …

ruby watir watir-webdriver
selenium scroll element into (center of) view

When an element is out of view with selenium and one tries to interact with it, selenium will usually scroll …

ruby selenium-webdriver watir-webdriver
Disable chrome download multiple files confirmation

I 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-chromedriver
how to scroll a web page using watir

I am trying to scroll a web page to find and click on a content that is lazily loaded when …

ruby cucumber watir watir-webdriver
How do I change the page load Timeouts in Watir-Webdriver (timeout in .click method)

I have the following code browser.link(:text => 'Generate Report').click browser.radio(:value => 'byTotalValue').wait_until_present(180) …

webdriver watir watir-webdriver
Setting browser window size in Watir-webdriver

How can you specify the size of the browser window opened when you call the following with watir-webdriver? browser = Watir::…

watir watir-webdriver