In Chrome 80x when you executed the following code, the item was automatically selected. Ex: https://webdesign.tutsplus.com/es/tutori...-cms-22269
Macro Macro102
now in version 81 when you run the code the menu opens, but it is not automatically selected.
Could you tell me if there is any flag in Chrome 81 that can be activated to make the code work, or if not, how to modify the code so that the item is selected automatically.
Macro Macro102
int w=wait(3 WV win("Introducing the HTML5 “Menu” and “Menuitem” Elements - Google Chrome" "Chrome_WidgetWin_1"))
Acc a.Find(w "MENUITEM" "Español" "" 0x3001 3)
a.DoDefaultAction
now in version 81 when you run the code the menu opens, but it is not automatically selected.
Could you tell me if there is any flag in Chrome 81 that can be activated to make the code work, or if not, how to modify the code so that the item is selected automatically.