[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