Testing a checkbox status in Safari
Testing a checkbox status in Safari
- Subject: Testing a checkbox status in Safari
- From: Jim Brandt <email@hidden>
- Date: Tue, 5 May 2009 08:39:23 -0500
Is there a way in either System Events or in Safari to check the
status of a
checkbox on a sheet opened from a save command of the view source
window?
This code:
tell application "System Events"
tell process "Safari"
set nm to name of front window
click checkbox "Hide Extension" of sheet 1 of window nm
end tell
end tell
toggles the checkbox.
I want to do this ONLY if the checkbox is not already checked,
otherwise I'm
unchecking it. So, is there a way to test it first?
TIA,
Jim Brandt
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden