Hi al3kc, THANK YOU very much. Your code snippet worked great the very first time. I just had to modify it a little for my use, but worked just fine.
I was having another question regarding the file download popup and was wondering if you could help with some advice. How to handle the radio buttons ("Open with" and "Save File") in the popup. The default being "Save File" works for me now. But how do I choose the other option? Also how to check a check box in the popup. Thank you very much once again. Margam On Dec 17, 2:41 am, al3kc <aleks.kiev...@gmail.com> wrote: > Hi, > > I use next code and it works for me > > �...@ai = WIN32OLE.new("AutoItX3.Control") > �...@ai.winwaitactive("[REGEXPTITLE:Opening]") > �...@ai.send("{ENTER}") > �...@ai.winwait("Enter name of file to save to…", "", 5) > �...@ai.winactivate("Enter name of file to save to…") > sleep(7) > �...@ai.send("#{$test_directory}\\#{name}") > sleep(5) > �...@ai.controlclick("Enter name of file to save to…", "", "&Save") > sleep(1) > > To print path for saving I use @ai.Send("#{$test_directory}\\# > {name}") instead of ai.ControlSend("Enter name of file to save > to...", "", > "Edit",filepath) because this always type massed text. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Watir General" group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the following guidelines: http://wiki.openqa.org/display/WTR/Support To unsubscribe from this group, send email to watir-general-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/watir-general -~----------~----~----~----~------~----~------~--~---