• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Extracting data from HTML
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

References: 
 >Extracting data from HTML (From: Irwin Poche <email@hidden>)

  • Prev by Date: Re: Extracting data from HTML
  • Next by Date: Re: Extracting data from HTML
  • Previous by thread: Re: Extracting data from HTML
  • Next by thread: Re: Extracting data from HTML
  • Index(es):
    • Date
    • Thread