Re: [wtr-general] Re: Save Download Box behaves differently on IE 6 and IE 7

2010-07-02 Thread asheesh misra
Hi Joedio, Thanks for the reply. However, may I humbly submit that the titles have been hardcoded deliberately since they are the standard 'Save As', Download Complete' dialog boxes. Kindly suggest considering the titles as-is. Regards, Asheesh On Fri, Jul 2, 2010 at 3:27 AM, joedio

[wtr-general] Re: Save Download Box behaves differently on IE 6 and IE 7

2010-07-02 Thread joedio
That's good news, we can eliminate the title as a root cause in this case. Its an issue when running with Firefox, as Firefox appends the name of the file being saved to the dialog's title. I'm sorry but I only have IE8 available to me, but have seen many differences in behavior between IE6 IE7

[wtr-general] Re: Save Download Box behaves differently on IE 6 and IE 7

2010-07-01 Thread joedio
Asheesh, I see from the code you supplied that when running with IE6 you are passing to AutoIt one title as a variable... window_title = File Download ai.WinWaitActive(window_title,prompt_message,1) have another title hard coded as Save As ai.WinWait(Save As, Save in, 5) and