Re: Targeting a frame in Safari
Re: Targeting a frame in Safari
WIth these appleScript commands:
tell application "Safari"
set tabText to text of tab 1 of window 1
set tabSource to source of tab 1 of window 1
end tell
I have been able to identify part of the page looking by parcing the
source, then parcing the text.
Not much else can be done via abbleScript, except do javascript, of
course.
ES
On Mar 21, 2009, at 3:20 PM, Deivy Marck Petrescu wrote:
Does anyone know how to target the text of a frame in Safari.
I assume t would be through "do Javascript" but I really stink at it.
Thanks fr any hints!
_______________________________________________
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