Modify ↓
Opened 10 years ago
Closed 10 years ago
#2947 closed Bug (No Bug)
Unable to automate (Save As dialog) for IE11
Reported by: | vnarenprasath@… | 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)
Changed 10 years ago by vnarenprasath@…
comment:1 Changed 10 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
This is not the support forum.
Visit http://http://www.autoitscript.com/forum for support.
Jos