2
votes
0answers
251 views

Using watir-webdriver to set cookies on internet explorer

I am trying to set cookies on Internet Explorer from a Cucumber acceptance test. Here is the first thing that I tried: browser.cookies.add("my.cookie","90",{:path => "/", :expires => ...
1
vote
1answer
545 views

Watir-webdriver doesnt store all cookies

When I goto the following link on firefox (V-12), the browser on my Ubuntu machine allows me to login normally. ...
2
votes
2answers
344 views

How to backup browser state after Watir automation

Summary of tools: watir-webdriver 1.8.17 Mac OS X 10.7.3 Chrome 18.0.1025.151 I'm currently using Watir WebDriver to automate Chrome sessions across a number of websites. I need to backup the ...
1
vote
2answers
737 views

watir-webdriver cookie jar saving and loading

I'm surprised there didn't seem to be much discussion on this. in Mechanize I can easily read an entire cookie jar from the browser, store it to a file, and load it in to a later session/run before ...
1
vote
1answer
431 views

Watir-webdriver vs Mechanize to avoid Amazon's evercookies\zombiecookies

I'm working on a way to automatically upload \ manage stuff on the amazon kindle platform on multiple accounts. I have been told by someone who has extensive experience with amazon that Amazon ...