Tagged Questions

12
votes
8answers
3k views

Watir vs Selenium vs Sahi

Out of these 3, which have you or has your company chosen to work with? Pros & Cons please. I'll be comparing them myself as well, but I'd like to hear what others have to say. Also, please state …
2
votes
1answer
96 views

How to loop through links and click each one using Watir

I have a web page with a grid, and some columns have a link in the column header that will sort the values by that column [by round-tripping to the server]. I want to write a single Watir test that …
2
votes
1answer
134 views

Ruby:Watir cannot connect to IE running under non-Admin account on ‘default’ desktop.

Some Background on architecture of the app is needed: Windows 2003/Apache-v2.2/IE7/Watir-v1.6.2/Ruby-v1.8.5 Apache running under 'localsystem' account. Request to run a Watir script comes in. …
2
votes
1answer
194 views

Get Elements By Attributes

Hi people, i will be short. As far as i know watir library provides two methods for getting html elements. Almost for each element (div, button, table, li, etc) watir provides two methods: . One is …
2
votes
6answers
538 views

Do you use WaTiR?

Is there a better unit testing tool than WaTiR (tag) for Ruby web testing? Or is the defacto standard? What unit testing tools do you use?
1
vote
1answer
19 views

Ruby/Watir getting stuck after using “goto”

I'm using a simple browser.goto(url) call to our Microsoft SQL Reporting pages. It does a "goto" on the first url but then just sits there. I'm currently running it via command line. If I Ctrl+C to …
1
vote
1answer
18 views

How to pass server urls to Watir Ruby unit tests run by Rake under Thoughtworks Cruise

I'm currently building a suite of Watir tests for my .net web application. I have wired the watir tests into the Thoughtworks Cruise continuous build using Rake. What is the best way to pass a …
1
vote
1answer
60 views

watir: How do I enter a value in a form, without submitting the form with watir?

I have a simple login form that has 2 text fields and a button. I can set the text of the username field just fine. When I set the password field however, the form automatically submits, and I get an …
1
vote
1answer
44 views

help with Watir for automated testing a webapp.

Hi All, I m using Watir for automated testing a webapp. In one of the page i have something like htis </STYLE></HEAD><BODY background="IMAGES/fon06.gif"><DIV …
1
vote
0answers
55 views

WatiN clear browser cache

It seems the ClearCache method doesn't quite work for IE in WatiN. at least, it doesn't work for things you've cached SINCE you've opened the instance. Any suggestions? I tried using ReOpen, but …
1
vote
4answers
129 views

How to access element using Watir and XPath

I have some HTML that looks like this: <h1 id="header">Header</h1> I would like to click it using Watir and XPath.
1
vote
1answer
62 views

How to access element after another element using Watir?

I have a page with HTML like this: <a>text</a> <img src="image.png" /> <a>text</a> I would like to click the second link. Links have completely identical attributes. …
1
vote
3answers
217 views

Firefox JSSH Connection or very detailed compile steps on Ubuntu 64?

Hi there, I'm having a hard time getting jssh and firefox to play nice on an Ubuntu Jaunty 64-bit machine. Anyone know the specific steps needed to make this work? (or, if you're using something else …
1
vote
1answer
95 views

How can I get value of element custom attribute with Watir

I have HTML that looks like this: <input custom_attribute="so cool" type="text" /> I would like to get value of custom_attribute using Watir.
1
vote
0answers
106 views

Watir not working in Windows 7

I recently did a fresh install of Windows 7. I installed Ruby 1.8.6 and Watir via RubyGems. When I try to run a Watir script, IE opens and the first page is called, but the problem seems to be that …

1 2 3 next
15 30 50 per page