Re: [wtr-general] Clicking OK in a Save As dialog

2015-01-14 Thread Selenium Framework
Here is an example of automatically downloading files in firefox (Navigate to section Automatically download without file dialog) http://www.seleniumframework.com/intermediate-tutorial/firefox-profile/ Cheers! On Tuesday, January 13, 2015 at 3:14:21 PM UTC-5, Joe Fl wrote: So, I tried the

Re: [wtr-general] Clicking OK in a Save As dialog

2015-01-14 Thread Selenium Framework
I was able to successfully download files with the below code [your code seems fine too]. Can you post the url which you are trying? maybe its not the code, but some other environment issue ? Cheers On Wednesday, January 14, 2015 at 9:52:43 AM UTC-5, Selenium Framework wrote: Here is an

Re: [wtr-general] Clicking OK in a Save As dialog

2015-01-13 Thread Joe Fleck
So, I tried the example for firefox and i am still getting the dialog save window for our app. I am attempting to download an excel file. I enter the page click a button 'Show Download Link' then an 'Accept' button and lastly the link to download the file. At this point the save dialog window

[wtr-general] Clicking OK in a Save As dialog

2015-01-05 Thread Dan Sharp
Hi! I'm new to Watir... working on a script to automate some browser screen scraping. One page in particular has this problem that I'm stuck on: the page has a link that is a javascript link, and the result of the javascript is that it generates/sends a PDF to be downloaded/saved. So when I

Re: [wtr-general] Clicking OK in a Save As dialog

2015-01-05 Thread Titus Fortner
The problem with save as dialogs is that they are a part of the operating system, not the browser. What you can do is set the browser profile to not check with the os when downloading. Using profiles with watir - http://watirwebdriver.com/firefox/ http://watirwebdriver.com/chrome/ Titus On Jan