Tagged Questions
0
votes
0answers
15 views
Unable to install watir web driver on RedHat Linux
Gem install is unable to get a gem from the existing repository for the RHEL.
http://rubyworks.rubyforge.org/redhat/5/GEMS/x86_64/ is the one currently configured....
Let me know if there are more ...
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 ...
1
vote
1answer
175 views
watir headless test runs fine on local linux but errors out on headless linux box
I am using watir headless to run basic login test case on my website. It works well from my machine (normal dev linux machine) but fails with following error on a headless linux server (using ...
1
vote
6answers
2k views
Any open source browser GUI automation tool that will support clicking specific icons wherever they may be on the page? [closed]
On either the Windows or Linux platform, is there a GUI automation tool that will open up a browser page (any browser, I don't care) and then click on every instance of a specific icon image, wherever ...
1
vote
1answer
131 views
Click on popup (linux)
I'm a newbie in ruby (and watir).
I try to click on popup (confirm type). All solutions I've found on the net is for windows, what ever I fond requires win32ole (I presume it's for windows).
Is ...
3
votes
1answer
1k views
Can I use Watir to scrape data from a website on a linux server without monitor?
Can I use Watir to scrape data from a website (AJAX used) but on a linux server without monitor? (linode.com) ?
1
vote
1answer
508 views
Run web testing framework watir on firefox / linux
I'm developing a website on fedora linux. I want to run test. So I choose watir & ruby development to test.
So I wan to install watir on my system but I have errors :
I ran this script
cat ...
1
vote
1answer
969 views
Installing Watir-Web Driver on Fedora Linux
I'm trying to install watir-webdriver by using gem install watir-webdriver on Linux. I have installed ruby 1.8.6, activesupport 2.3.8 as well as firewatir. However, when I try to install ...
2
votes
3answers
1k views
How do I route watir through a proxy pragmatically?
I'm trying to route watir through a proxy pragmatically -- this means within the script I'd like to change my proxy dynamically before launching the browser.
Here's what I've tried so far (and so far ...
1
vote
1answer
1k views
How to Instantiate/Run a Ruby program (uses Watir) using Linux?
Scenario :
I mapped a network drive on a Win XP machine and I double click a .bat file to execute this Ruby script. The .rb and .bat file reside on this networked drive.
The batch file is as follows ...
1
vote
2answers
1k views
Firefox: Disabling exit alert boxes?
Is it possible to completely disable the JavaScript exit alert boxes that spring up when I try to leave the page?
I'm running Firewatir on Ubuntu.