Tagged Questions
1
vote
1answer
173 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 ...
0
votes
1answer
319 views
Change the default folder where temporary profile is created by firefox
I am getting Errno::ENOSPC error while trying to run watir tests headlessly on firefox. Actually the cause of this error is that I am logged it from a non-root user and when I run my tests, it tries ...
1
vote
1answer
249 views
Dummy UI or how to run sikuli in headless mode
I'm doing test automation when I faced a problem a digest authentication I'm using watir for my automation, watir couldn't access the alert window which demands username and password, watir with its ...
4
votes
3answers
542 views
How to enter password in a popup using watir?
I'm writing some watir test cases:
browser.goto "http://egauge2592.egaug.es/"
browser.link(:href,"/settings.html").click
browser.text_field(:index,4).set("some text")
...
0
votes
1answer
228 views
Javascript fails to execute in headless Firefox [closed]
I've setup a Ubuntu Server install with Firefox 3.6.22 and installed a headless test environment using the headless and watir-webdriver Ruby gems. When testing in desktop browser all seems to work but ...