Modify

Opened 5 years ago

Closed 4 years ago

#3730 closed Bug (Works For Me)

Send("{BROWSER_HOME}") does not work anymore with newest Win10 and newest Autoit

Reported by: Exit Owned by:
Milestone: Component: AutoIt
Version: 3.3.14.5 Severity: None
Keywords: BROWSER_HOME Cc:

Description

Send("{BROWSER_HOME}")

does not work in Windows 10 Version 1903 and Autoit Version 3.3.14.5

It works in Windows 7 and Autoit Version 3.3.14.5

Attachments (0)

Change History (2)

comment:1 Changed 4 years ago by Jpm

Hi,
with the new Microsoft Edge the following work prefectly

WinActivate("[CLASS:Chrome_WidgetWin_1]", "")
WinWaitActive("[CLASS:Chrome_WidgetWin_1]", "")

Send("{BROWSER_HOME}")

comment:2 Changed 4 years ago by Jpm

  • Resolution set to Works For Me
  • 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.

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.