Re: [wtr-general] Re: file download

2010-04-15 Thread arihan sinha
now I've changed the setting so that the powerpoint would be opened without file download prompt. now I need to focus on that already opened powerpoint and do some testing through ruby. earlier i was saving the powerpoint ( clicking the save button from that file download prompt) and opening the

[wtr-general] Re: file download

2010-04-14 Thread Jarmo Pertman
Only workaround i've used so far is that i've used virtual machine so you can lock your main machine. No other solutions so far unfortunately. Jarmo On Apr 13, 5:50 pm, arihan sinha arihan.si...@googlemail.com wrote: Any solution to this problem. any work around etc. Regards Arihan On

Re: [wtr-general] Re: file download

2010-04-14 Thread arihan sinha
actually in our localhost we have VMware so its fine but when codes go to the build server there is no VMware.. So problem happens there On Wed, Apr 14, 2010 at 2:11 PM, Jarmo Pertman jarm...@gmail.com wrote: Only workaround i've used so far is that i've used virtual machine so you can lock

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

2010-01-26 Thread orde
I have previously used solution 2 on http://wiki.openqa.org/display/WTR/File+Downloads for downloading files. You'd have to tweak it (e.g. for starters, change File Download to File Download - Security Warning; change Save to Run), but it should get you going in the right direction. Hope it

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

2010-01-26 Thread Arihan
You can use the command for TAB ENTER to focus in run or save button of u r warning window and get it clicked Sent from my iPhone On 26 Jan 2010, at 20:57, orde ohil...@gmail.com wrote: I have previously used solution 2 on http://wiki.openqa.org/display/WTR/File+Downloads for downloading

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

2010-01-25 Thread capri
I replaced click with click_no_wait in my code..doesn't seem to work.. just stalls at this point and doesnt proceed further to click the 'Run' button of the file download - security warning window. any thoughts on this? many thanks.. On Jan 23, 6:19 am, Arihan arihan.si...@googlemail.com wrote:

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

2010-01-22 Thread orde
Try click_no_wait instead of click on this line: ie.link(:html,/return InstallHelper.clickedDownload()/).click Also, check out: http://wiki.openqa.org/display/WTR/Basic+Authentication Hope it helps. On Jan 22, 2:53 pm, capri capricorn...@gmail.com wrote: Hi, I tried the below code to

[wtr-general] Re: file download popup handle

2009-05-18 Thread Željko Filipin
On Fri, May 15, 2009 at 8:25 PM, Chuck van der Linden sqa...@gmail.com wrote: reference the FAQ setion on popups http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowdoIattachtoapopupwindow%3F Actually, a long time ago I have moved everything from this link to

[wtr-general] Re: file download popup handle

2009-05-15 Thread Chuck van der Linden
This is a fairly common request. Suggestions reference the FAQ setion on popups http://wiki.openqa.org/display/WTR/FAQ#FAQ-HowdoIattachtoapopupwindow%3F Seach the group for a phrase such as file popup http://groups.google.com/group/watir-general/search?group=watir-generalq=file+popup or

[wtr-general] Re: file download popup handle

2009-05-12 Thread kiran
Hi, Use Clik_no_wait instead of click and use threads.its something like this t=Thread.new{ file_download_code } t.join() Thnaks, kiran. On May 12, 9:36 am, curious csamigr...@gmail.com wrote: I put below code in order to automate file download popup.. ie.button(:name, Button5).click

[wtr-general] Re: file download popup handle

2009-05-12 Thread curious
Could you please tell me where in my code I change / add the code you are suggesting?? Would you please update my code with your suggestion?? I am pretty new to WATIR..and I really am not sure what to do with your suggestion.. Your help will be deeply appreciated. Thank you. On May 12,