Modify

Opened 9 years ago

Closed 9 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)

Unabletodownload.png (94.6 KB) - added by vnarenprasath@… 9 years ago.

Download all attachments as: .zip

Change History (2)

Changed 9 years ago by vnarenprasath@…

comment:1 Changed 9 years ago by Jos

  • Resolution set to No Bug
  • Status changed from new to closed

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

Jos

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.