Re: [wtr-general] file download

2010-04-13 Thread arihan sinha
Any solution to this problem. any work around etc. Regards Arihan On Fri, Apr 9, 2010 at 4:03 PM, Ethan wrote: > When the system is locked, windows doesn't send things like keypresses and > button presses, as far as I've been able to determine. I know of no > workaround for this, and would also

Re: [wtr-general] File Download on Mac

2010-04-12 Thread Željko Filipin
On Mon, Apr 12, 2010 at 2:53 AM, Lonny Eachus wrote: > My jssh and FireWatir are working just fine. Have you tried with SafariWatir? Maybe it works there, or you could see how it has implemented it. In any case, if you get it working, please let us know. Željko -- watir.com - community manager p

[wtr-general] File Download on Mac

2010-04-11 Thread Lonny Eachus
Has anybody gotten the file download dialog to work on a Mac? My jssh and FireWatir are working just fine. But of course there is no winClicker on Mac. I have tried grabbing the window with AppleScript, but in the case of file download it hasn't seemed to access the window properly. If it was a l

Re: [wtr-general] file download

2010-04-09 Thread Ethan
When the system is locked, windows doesn't send things like keypresses and button presses, as far as I've been able to determine. I know of no workaround for this, and would also be quite interested if anybody else knows one. On Fri, Apr 9, 2010 at 07:33, arihan sinha wrote: > Hello All, > > To h

[wtr-general] file download

2010-04-09 Thread arihan sinha
Hello All, To handle the download prompt I am using the below code as save_dialog = WIN32OLE.new("AutoItX3.Control") // /// $ie.link(:text, "Download images").click_no_wait click_link_text_no_wait("click Link Download images", "Download images") save_dialog.WinW

Re: [wtr-general] "File Download - Security Warning" popup

2010-01-23 Thread Arihan
Pls use clicknowait method .. It would work .. Sent from my iPhone On 22 Jan 2010, at 22:53, capri wrote: Hi, I tried the below code to identify "file download -security warning" message using autoit in my watir script. However it does not seem to work. I am trying to click the 'Run' butto

[wtr-general] "File Download - Security Warning" popup

2010-01-22 Thread capri
Hi, I tried the below code to identify "file download -security warning" message using autoit in my watir script. However it does not seem to work. I am trying to click the 'Run' button of this window. On running the script, it gets struck and doesn't show any errors. Any thoughts,inputs would b

[wtr-general] file download popup handle

2009-05-11 Thread curious
I put below code in order to automate file download popup.. ie.button(:name, "Button5").click . when WATIR reaches above code.. File download popup shows up.. and the code below should handle this popup and save the file to be downloaded.. however, the code is just sitting there.. '