Modify ↓
#2947 closed Bug (No Bug)
Unable to automate (Save As dialog) for IE11
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | ie download | Cc: |
Description
I am using the following code to download the file. It doesn't work with IE 11
ControlFocus($hWnd,"","Edit1")
; Wait for 2 seconds.
Sleep(2000)
; Set the File name text on the Edit field
ControlSetText($hWnd, "","Edit1", $CmdLine[3])
Sleep(2000)
; Click on the Open button
ControlClick($hWnd, "","Button1");
Attachments (1)
Change History (2)
by , on Nov 25, 2014 at 5:35:46 PM
| Attachment: | Unabletodownload.png added |
|---|
comment:1 by , on Nov 25, 2014 at 7:12:02 PM
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

This is not the support forum.
Visit http://http://www.autoitscript.com/forum for support.
Jos