Re: Extracting data from HTML
Re: Extracting data from HTML
- Subject: Re: Extracting data from HTML
- From: Michael Terry <email@hidden>
- Date: Mon, 9 Feb 2004 13:43:09 -0800
On Feb 9, 2004, at 11:37 AM, Irwin Poche wrote:
Is it possible to have have Applescript get the content of a Safari
window? If there is I haven't figured it out.
Here are some of the many variations in Safari:
------------------------------
tell app "Safari" to text of front document
------------------------------
tell front document of app "Safari" to get its text
------------------------------
tell application "Safari"
tell document 1
get its text
end tell
end tell
------------------------------
Mike
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.