0
votes
1answer
17 views

watir open each link of a page

I need to scrape some info on a website that has a table where each row contains a link. I want watir to click each link in that table, grab some info from the generated page and go back to the ...
2
votes
1answer
48 views

Watir-webdriver unable to identify button by value?

As far as I know, using :value as a way to identify a button element should work just fine. There are even multiple examples such as on the watirwebdriver.com site that show this. However when I ...
6
votes
5answers
305 views

You are using an old or stdlib version of json gem

I've seen the following issue mentioned in another thread a few days ago amongst other problems, but the solution for this issue (to me) didn't seem to be addressed. I recently ran a test on my Ruby ...
0
votes
2answers
56 views

How do you check for a changing value within a string

I am doing some localization testing and I have to test for strings in both English and Japaneses. The English string might be 'Waiting time is {0} minutes.' while the Japanese string might be ...
0
votes
2answers
45 views

Connection refused error when I try to close a Watir browser?

This thing just seems to give me problem after problem. I posted another question earlier, trying to solve the problem of retaining my session state between closing and opening through Watir. Firefox ...
1
vote
1answer
42 views

How to click on a div drop down menu

I am trying to click on a link that's in a drop down menu. First, I will explain how it works. When you mouse over the link called help, the drop down menu appears. From this menu, you can then ...
0
votes
1answer
57 views

Watir installation error windows

I have not used Watir or Watir-webdriver in about a year. I installed a fresh 32x Windows 7 on image on my computer. Next I installed Ruby with the installation pack version 2.0.0-p0. Then I updated ...
3
votes
0answers
94 views

Save images from a website

How can i save website images with watir, without reloading them with open-uri or similar? I: The reason why i can't use File.open(file_name, 'wb') do |f| f.write ...
0
votes
1answer
69 views

Watir Webdriver : Can we use watir to test web services with json data format

I am new in testing web services with json data format. I use watir for my automation. So just wanted to know if it can be done with Watir. I am also looking for other options so all suggestions and ...
2
votes
1answer
40 views

when saving a screenshot with Watir the png is empty or 0kb

I am using cucumber and watir-webdriver and am trying to take a screenshot on failure. With the examples I found, it is technically working but the png files that are created are blank or 0kb in size. ...
0
votes
0answers
41 views

One test suite for functional and performance test

I have been playing around watir-webdriver-performance gem of late and I am quiet interested to test the functionality and performance of the website using single test suite. Thanks to Alister Scott ...
0
votes
1answer
56 views

Watir loses browser connection after first goto

I am completely new to Watir, trying to work out the basics so we can use it for testing our websites. The problem is, following the 'Watir in 5 minutes' after I do my first browser.goto, I seem to ...
2
votes
1answer
63 views

how to quickly reset all the checkboxes on the webpage?

I have a div with checkboxes, and everytime before checking any of them I want to make sure they are cleared first. Any input on how I can do it? The HTML code for the div consisting of checkboxes is ...
3
votes
1answer
62 views

how to deal with a multiple select list with custom html attributes?

<select class="business_group" multiple="multiple" name="SelectedBusinessGroups"> <option value="Partners">Partners</option> <option value="Press">Press</option> ...
2
votes
2answers
68 views

Is there a way to use an element although its not on screen anymore?

After I've found an element ,lets say a span. Is there a way to save its attributes ,or something of that sort, so that ill be able to "click" the span even if it does not exist on screen anymore ? ...
2
votes
2answers
159 views

Ruby, Watir, Cannot click button in Frame loaded by Java Script

because my B593 router is sometimes stuck in a state where it produces around 50% packet loss i am trying to write a program to let it automatically reboot if lets say out of the last 100 pings 30 ...
0
votes
0answers
83 views

Need to implement Watirgrid,

I want to implement watirgrid, but I'm not able to do that, every time I'm getting errors related with controller and provider starting process, Also all the example over internet, none of them are ...
0
votes
1answer
91 views

Watir Webdriver : Entering text in <p> tag within an iframe

I am really stuck now. I have an iframe in which there is a < p> tag where I want to send some text, but I am just not able to do it. HTML: <iframe id="edit-field-verdict-0-value_ifr" ...
1
vote
2answers
315 views

No connection could be made because the target machine actively refused it. - connect(2)

require 'watir-webdriver' begin url='http://localhost/test/test.php' ie =Watir::Browser.new:chrome ie.goto url rescue Timeout::Error puts "time out" ie.close retry end This my php ...
5
votes
2answers
104 views

Can not use variable in IRB after var = Watir::Browser.start 'url'

1.9.3-p327 :001 > require 'watir-webdriver' => true 1.9.3-p327 :002 > b = Watir::Browser.new Then firefox starts and I can do nothing. My IRB does not allow me to enter new commands. ...
3
votes
3answers
66 views

How to click a link in only a single class

I have elements that can be in one of two state class="icon" or class="icon active". I thought that $browser.element(:class => /^icon$/).click would click the first button that isn't active but it ...
1
vote
2answers
72 views

Using Watir's .click inside of Bootstrap's popover

In Watir I am attempting to access an a element that appears inside of a popover supplied by Bootstrap. Just calling a(:class, 'my_link').click didn't want to play ball, so I added the line a(:class, ...
1
vote
1answer
46 views

Watir-Webdriver not running with Jruby 1.7.2

I am trying to run my watir-webdriver scripts with jruby 1.7.2. We have a windows8 VM running jenkins and executing our scripts. I have a suite of them that won't run when I build them through ...
1
vote
0answers
222 views

Selenium::WebDriver::Error::StaleElementReferenceError Element does not exist in cache

It's not my actual code but the scenario is exactly the same. mysite.com is something like this: <iframe name:something1> <form id:something2> <ul> <li> ...
2
votes
2answers
173 views

install ruby watir on win7 64b

I have installed Ruby 2, devkit & Watir. enviroment: OS win7(64b) installation files: rubyinstaller-2.0.0-p0-x64.exe DevKit-mingw64-64-4.7.2-20130224-1432-sfx.exe part of gem ...
2
votes
1answer
347 views

Watir webdriver mouse over (hover) - differences between Firefox Chrome IE

I'm trying to fire a mouse over on a public website with method .hover, but it seems to work only on Chrome. Other browsers generate errors or don't display any information. I tried alternatives ...
2
votes
1answer
411 views

Silencing ChromeDriver.exe logging

I am running ruby unit tests against Chrome using watir-webdriver. Whenever a test is run and chromedriver.exe is launched output similar to below appears: Started ChromeDriver port=9515 ...
2
votes
0answers
105 views

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 click to download the second file, Chrome opens a bar in the top asking for ...
-1
votes
1answer
41 views

watir webdriver contains_text replacement?

I found in another forum that the contains_text method has been deprecated in watir webdriver. I will be darned if I can find documentation showing precisely what methods webdriver supports. You might ...
1
vote
1answer
34 views

How to make an automated browser to specific web site in server mode ? what about WATIR?

I need to make a server which is listening for clients requests and use a connection to a website to make searches and return results to its clients. The website is specific and need full web browser ...
2
votes
1answer
93 views

Interacting with Chrome extension using watir-webdriver

I am able to launch Chrome browser with extension in the browser. But I am not able to interact with the extension. When I launch Chrome browser manually, I go to chrome://extensions and configure ...
2
votes
2answers
83 views

how to find the text from the multiple same attribute in watir?

I want to find and click the Line Lo value from the following value. The following li had more than 100 records has same class name. How to find the Line Lo and click that value. <div ...
1
vote
1answer
206 views

Native Events error trying to double-click element using watir-webdriver

I am writting automatic test for GWT application. And I try to double click on table element. I am using this code fo click: browser.element(:xpath, ...
0
votes
2answers
130 views

Loading chrome with extension using watir-webdriver gives Timeout error

I have HTML Tidy extension installed in chrome. When I do: b = Watir::Browser.new :chrome The Chrome browser opens up but without extension. So I used following: b = Watir::Browser.new (:chrome, ...
1
vote
1answer
114 views

How do you launch IE in IE compatibility mode when using watir-webdriver?

I know it is possible to change the default download directory, etc. by passing in a hash of options to Google or Firefox or, here, Internet Explorer. Is there a way to launch IE in compatibility ...
8
votes
2answers
221 views

Check if “Please enter an email address” message appears

Given a simple page: <form> <input type="email"> <button>click</button> </form> If I enter anything in text field that is not e-mail and click the button, Please ...
1
vote
1answer
97 views

Watir-webdriver is progressing through script before Nokogiri finishes scraping

There are three forms on the page. All forms default to "today" for their date ranges. Each form is iteratively submitted with a date from a range (1/1/2013 - 1/3/2013, for example) and the resulting ...
1
vote
1answer
92 views

Watir webdriver: uploading files isn't working in SAFARI browser?

I am trying to attach file to upload with form in safari browser. Element is searchable but file is not attached. <input type="file" id="file" name="file" maxlength="255" onchange="copyfile();" ...
2
votes
1answer
69 views

How to find the data-id in watir?

I am new to watir testing. Would somebody help me to find the following element. <div class="location_picker_type_level" data-loc-type="1"> <table></table> </div> I like ...
0
votes
1answer
152 views

Retrieve text from span element in watir webdriver

I have the following: <ul class="a"> <li class="b"> <a class="c"> <span class="d"> <strong>text</strong> </span> </a> ...
2
votes
1answer
68 views

Nokogiri is not loading browser from Watir

I have this so far: require 'watir-webdriver' require 'date' require 'nokogiri' browser = Watir::Browser.start 'https://example/ViewReport.aspx' browser.link(:text, 'Combined Employee Performance ...
0
votes
1answer
43 views

Watir Measure Page Performance

Ive found this gem : http://watirwebdriver.com/page-performance/ But i cant seem to understand what this measures browser.performance.summary[:response_time]/1000 Does it start measuring from the ...
3
votes
1answer
59 views

Watir Webdriver : How can I disable loading ads using watir

I am trying to automate a website, but what is happening is that the ads are taking very long to load thus the complete suite is taking a long time to complete. Is there a way I can disable loading ...
2
votes
2answers
74 views

Are there any good ways to speed up IE when running watir-webdriver

I am running a suite of roughly 200 test cases that take about 45 minutes running Chrome. When I use IE, the tests take almost 2 hours and suffer from intermittent errors that are coming from ...
2
votes
2answers
65 views

can we automate silverlight screens using watir?

Can we automate silverlight screens using watir? On the home page of watir, it's written that watir can automate any web application no matter what platform it is built on. But I read that it doesn't ...
3
votes
1answer
220 views

Frames issue using Watir-Webdriver and phantomjs

I'm writing test using Watir-Webdriver and phantomjs and I've got an issue with iframes. I'm trying to get an element with the following code: browser.frame(:index => 0).div(:id, ...
1
vote
2answers
169 views

Unable to install any Gems (watir-webdriver, selenium-webdriver)

I install the Ruby: Successful ruby -v => ruby 1.9.3p392 (2013-02-22) [i386-mingw32] gem -v => 1.8.24 gem source => *** CURRENT SOURCES *** => http://rubygems.org/ When I try to ...
2
votes
2answers
260 views

watir webdriver: how to switch to another window open with target

I'm using watir-webdriver, and when clicking on a link with target="_blank" it opens a new window, which I have no control of, but still need to verify that something other than 404 page opened, and ...
0
votes
4answers
209 views

Automating a File Upload with WATIR in Chrome on OSX

I am attempting to automate a file upload using WATIR. I don't control the website code and the javascript is obfuscated os it has been frustrating to figure out. I have tried to set the file_field ...
1
vote
0answers
176 views

Ruby Watir-Webdriver's browser wrapper

I'm trying to write a wrapper around Watir-Webdriver's Browser object. Mainly, when a user calls browser = Watir::Browser.new browser.link(:text => 'continue').click I want to inspect what the ...

1 2 3 4 5 9