Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to auto download the excel files from the browser in one click on the link, without going through the "save as" and other windows in watir. I am trying to keep it OS independent, so would not be interested in using win32ole gem.

share|improve this question
1  
possible duplicate of How to perform auto download files Watir – Justin Ko Nov 7 '12 at 20:16

1 Answer

It appears to be unique to each browser. Alister Scott wrote this << try that.

share|improve this answer
Thanks for the reply. The solutions given are for firefox and chrome, I am using IE. Is there a way to configure profiles for IE? – Anvesh_V Nov 9 '12 at 16:43
Did you try this? wiki.openqa.org/display/WTR/File+Downloads – Dave McNulla Nov 9 '12 at 23:26
Google is your friend. It will answer 80% of the questions you are considering to put in SO. – Dave McNulla Nov 9 '12 at 23:26

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.