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 notet...@gmail.com 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

Re: [wtr-general] File Download on Mac

2010-04-12 Thread Željko Filipin
On Mon, Apr 12, 2010 at 2:53 AM, Lonny Eachus lon...@gmail.com 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 -

[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

[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)

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

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 capricorn...@gmail.com 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

[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..