Modify

Opened 6 years ago

Closed 6 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 by J-Paul Mesnage, 6 years ago

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 by J-Paul Mesnage, 6 years ago

Resolution: Works For Me
Status: newclosed

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.