Search found 4 matches
- Fri Jul 14, 2006 8:43 pm
- Forum: Technical / Scripting
- Topic: Clicking on save in a download window
- Replies: 6
- Views: 6872
There is only one window, the first alt-s is to choose save, and the second alt-s is to accept the default file name for the save, then enter to close the screen. I would have thought that WaitWindowOpen>File Download would be all that is needed, why wait 40 seconds after the window opens. I have lo...
- Fri Jul 14, 2006 8:22 pm
- Forum: Technical / Scripting
- Topic: Clicking on save in a download window
- Replies: 6
- Views: 6872
Adding 40 sec delays after each keystroke works???? Any idea why, do I need to do this after each keystroke? Let>FrameName={""} Let>FormName={""} Let>TagValue={"Download Report Data"} LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue WaitWindowOpen>File Download SetFocus>...
- Fri Jul 14, 2006 8:06 pm
- Forum: Technical / Scripting
- Topic: Clicking on save in a download window
- Replies: 6
- Views: 6872
The keystrokes do not seem to get to the window. The window is focused on the screen, but until I click, the script will not continue. Let>FrameName={""} Let>FormName={""} Let>TagValue={"Download Report Data"} LibFunc>hIE,ClickTag,r,%IE[0]%,str:FrameName,str:FormName,A,TEXT,str:TagValue WaitWindowOp...
- Fri Jul 14, 2006 6:15 pm
- Forum: Technical / Scripting
- Topic: Clicking on save in a download window
- Replies: 6
- Views: 6872
Clicking on save in a download window
When using MacroScript WebRecorder, and the standard "File Download" pop-up opens, (The one with "Open" "Save" " Cancel" "More Info") how do I click on "save"? This step, and none of the steps related to the pop-up are recorded. Everything else I need to do is in WebRecorder, and I would prefer not ...