Thank you, here are settings.
defaults write com.stairways.keyboardmaestro.engine AppleScriptGoogleChromeBundleID -string "company.thebrowser.Browser"
defaults write com.stairways.keyboardmaestro.engine BrowserGoogleChromeName -string "Arc"
I've tested it and Tokens and Execute JavaScript in Front Browser works, but if I want to return any value from JavaScript (and save it to a variable) I get nothing - JS snippet works, but returned value is empty (missing value)
This "missing value" is visible in Script Editor:
I've tested this in a many various ways, but no luck.
Dictionary for Arc looks the same to me like Chrome / Brave. Also the same macro returns a value from those browsers but not from Arc.
Do you have any clue why there is no returned value?