Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.6: An AppleScript to check complete page loading in Safari' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.6: An AppleScript to check complete page loading in Safari
Authored by: redfood on Nov 10, '09 10:07:56AM
To work under 10.5 just the line
  set b to accessibility description of a
to
  set b to help of a
Also it should be noted that the apple script only works if "enable access for assistive devices" is checked in the "Universal Access" pane of the preferences.

[ Reply to This | # ]
10.6: An AppleScript to check complete page loading in Safari
Authored by: redfood on Nov 10, '09 10:09:28AM

Sorry, that should have read "To work under 10.5, just change the line"



[ Reply to This | # ]