[wtr-general] Re: Cannot click popup window in IE using watir 1.6.5

2010-03-24 Thread al3kc
I use this method only for unexpected popups. But for expected popups (e.g. file downloading) I use click method, not click_no_wait. In watir 1.6.5 click_no_wait doesn't work for me at all, it highlight element but doesn't click . In 1.6.2 it was ok. On Mar 24, 12:38 am, Darryl Brown

Re: [wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Željko Filipin
On Wed, Mar 24, 2010 at 3:16 AM, Wesley Chen cjq@gmail.com wrote: Your problem is dealing with the file download popup. In that case: http://wiki.openqa.org/display/WTR/Pop+Ups http://wiki.openqa.org/display/WTR/File+Downloads Željko -- Before posting, please read

[wtr-general] Problems with require watir on mac os tiger

2010-03-24 Thread macvidur
Hello Friends, this is the first time i'm using watir. I am very new to Ruby. I am a software tester by profession. I have installed watir on my Mac OS x tiger 10.4.11 i have a safari and mozilla firefox i went to irb and typed require watir ArgumentError:

Re: [wtr-general] Problems with require watir on mac os tiger

2010-03-24 Thread Željko Filipin
On Wed, Mar 24, 2010 at 2:05 PM, macvidur macvi...@gmail.com wrote: on my Mac OS x tiger 10.4.11 i have a safari and mozilla firefox i went to irb and typed require watir You can not require watir on Mac OS. You have to use firewatir for firefox and safariwatir for safari:

[wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Praveen
Hi i mean to say is Actually im having some around 9000 pdf files to be saved into my desktop d:\\ but the think is in each pdf file i have to save it going to Windows Menu FIle save Page as... for ths i need to code, since we have not put any Save button in the PDf files. so plz

[wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Praveen
Its not the POp up.. pop willl come after i click on File Save as I wanna write a script so that it automatically does tat by clicking the FIle save Page as n then pop window comes, n i have to save it to a location using watir script itself... bec i cant do it manually since there are

Re: [wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Željko Filipin
On Wed, Mar 24, 2010 at 4:34 PM, Praveen praveen99...@yahoo.com wrote: Its not the POp up.. pop willl come after i click on File Save as I still think the easiest thing would be to set up your browser to automatically download pdf files to a folder and then just click all that links with

[wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Praveen
How to set the Browser to automatically download the pdf Files... Since i have to click that from a website n then it should be downloaded -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message because you are subscribed to

Re: [wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Ethan
Asking people to write your code for you isn't going to get you very far here. We are here to assist when you encounter problems, not do your work for you. On Wed, Mar 24, 2010 at 11:34, Praveen praveen99...@yahoo.com wrote: Its not the POp up.. pop willl come after i click on File Save

[wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Praveen
Ok please let me know how to set the browser to download the pdf files automatically to the folders.. There are about 8000 odd files to be downloaded in each clients -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message

Re: [wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Željko Filipin
On Wed, Mar 24, 2010 at 4:40 PM, Praveen praveen99...@yahoo.com wrote: How to set the Browser to automatically download the pdf Files... http://lmgtfy.com/?q=automatically+download+pdf+file Željko -- Before posting, please read http://watir.com/support. In short: search before you ask, be

Re: [wtr-general] Re: How to Click on the Browser File Menu Using Watir

2010-03-24 Thread Željko Filipin
On Wed, Mar 24, 2010 at 4:46 PM, Praveen praveen99...@yahoo.com wrote: Ok please let me know how to set the browser to download the pdf files automatically to the folders.. There are about 8000 odd files to be downloaded in each clients What are you trying to do after all? Just download a lot