Created
August 8, 2020 16:32
-
-
Save osnr/861bf27bbeac47164f312b011b2a69d1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "System Events" | |
tell process "Firefox Nightly" | |
set tmp to value of attribute "AXEnhancedUserInterface" | |
set value of attribute "AXEnhancedUserInterface" to true | |
set returnUrl to value of attribute "AXValue" of text field 1 of combo box 1 of toolbar "Navigation" of UI element 1 of front window | |
set value of attribute "AXEnhancedUserInterface" to tmp | |
return returnUrl | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment