Re: New FireFox 1.5 browser -- applescript implementation
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