Modify

#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)

Unabletodownload.png (94.6 KB ) - added by vnarenprasath@… on Nov 25, 2014 at 5:35:46 PM.

Download all attachments as: .zip

Change History (2)

by vnarenprasath@…, on Nov 25, 2014 at 5:35:46 PM

Attachment: Unabletodownload.png added

comment:1 by Jos, on Nov 25, 2014 at 7:12:02 PM

Resolution: No Bug
Status: newclosed

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

Jos

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.