Skip to content

Instantly share code, notes, and snippets.

@osnr
Created August 8, 2020 16:32
Show Gist options
  • Save osnr/861bf27bbeac47164f312b011b2a69d1 to your computer and use it in GitHub Desktop.
Save osnr/861bf27bbeac47164f312b011b2a69d1 to your computer and use it in GitHub Desktop.
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