Modify

Opened 11 years ago

Closed 11 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");

Change History (2)

Changed 11 years ago by vnarenprasath@…

comment:1 Changed 11 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

Author


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

 
Note: See TracTickets for help on using tickets.