• 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: New FireFox 1.5 browser -- applescript implementation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New FireFox 1.5 browser -- applescript implementation


  • Subject: Re: New FireFox 1.5 browser -- applescript implementation
  • From: Gnarlodious <email@hidden>
  • Date: Sat, 05 Nov 2005 07:02:02 -0600
  • Thread-topic: New FireFox 1.5 browser -- applescript implementation

Entity email@hidden spoke thus:

> Firefox just released a test version 1.5 of its browser, but it still
> has no AppleScript dictionary being two most basic commands.
~
> Maybe someone on this list can implement a single AppleScript command
> for Firefox that would allow executing JavaScript commands.
-- Get title and URL of front tab
tell application "Firefox" to get properties of front window
set frontProperties to the result

tell application "Firefox"
    activate
    try
        set {t, u} to {«class pTit», «class curl»} of front window
    end try
end tell
--return
display dialog result

--> DiS Sør-Trøndelag - Trønderslekt
--> http://st.disnorge.no/index.php


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >New FireFox 1.5 browser -- applescript implementation (From: email@hidden)

  • Prev by Date: Re: Any applescript to do this?
  • Next by Date: Re: New FireFox 1.5 browser -- applescript implementation
  • Previous by thread: Re: New FireFox 1.5 browser -- applescript implementation
  • Next by thread: Re: New FireFox 1.5 browser -- applescript implementation
  • Index(es):
    • Date
    • Thread