Tagged Questions
3
votes
1answer
65 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>
...
1
vote
2answers
173 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 ...
0
votes
1answer
72 views
Undefined method `heade' for DealerDetail:Class (NoMethodError)
I am having trouble when running this, I keep getting error
.rb:45:in <main>': undefined method heade' for DealerDetail:Class (NoMethodError)
What am I doing wrong I have looked around but cant ...
1
vote
2answers
59 views
Retrieve text using Watir
I've an html div like
<div class="main-div font-color page-padding">
<div>
<table>
<tbody>
<tr>
<td style="vertical-align:middle">
...
0
votes
1answer
99 views
while loop not stopping
I am trying to populate a text field but my while loop its not working its stuck i the loop. Can you please let me know what I doing wrong? Thanks in advance
mainStatus = ...
2
votes
1answer
449 views
HTTP Path Empty Error when using JRuby Watir
I have installed JRuby 1.6.7.2 (64bit), and the JDK 1.7.x (64-bit) on my Windows 7 machine. Right now I'm just trying to launch a browser (Firefox 13.0) using Watir but I keep getting an HTTP error ...
0
votes
1answer
539 views
error installing waitr in ubuntu 11.10
ruby ubuntu rubygems wati automation testing tool watir in the newest version of Ubuntu.
I did a sudo apt-get install ruby to get the latest version of ruby, then I installed Rubygems and tried ...
1
vote
1answer
239 views
How can I use ruby code to check for presence of a color (where color code is in hexadecimal format) on the webpage
How to check presence a color (FFCC00) on a webpage using ruby code?
1
vote
2answers
230 views
using custom browser with watir-webdriver in Ruby
How can Watir be told to use a new or custom web browser, other than the conventional :opera, :ie, :chrome or :firefox?
For example
$browser = Watir::Browser.new :firedog
What's entailed in ...
2
votes
2answers
1k views
Watir will not install with XP x86 or Win 7 x64. Getting error building native extension for the FFI gem
I am currently trying to install watir on my PC but currently hitting the errors below and I cannot think why this is happening?
I am following the steps below to install:
Download ruby 1.9.2:
...
