KM newbie: Trying to write a simple macro to open a new Safari front browser window (fine), then Select Menu Item (View, Translation, Translate to English)
The following action results in an error message:
Errror message:
I can think of no reason why the activated Safari is not in a state where it would work. Has Apple blocked that command from automation somehow?
Please advise. Thank you!
Automation is enabled for KM
Javascript is enabled for Safari
MacOS 11.0.1
Safari Version 14.0.1 (16610.2.11.51.8)
I was able to make the Translate button in Safari work via automation using pixel coordinates, but that is very much a kludge. I would still like to learn why selection of the menu item described originally gets flagged as "disabled". I feel like I either 1) have something to learn or 2) that such disabling is an intrinsic feature of Safari.
Helpful, thanks! I had indeed put in 10 sec pauses for proof of concept only. I was unaware of dynamic menus. I’m sure they have advantages, but automation is not one of them!