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: Emile Schwarz <email@hidden>
- Date: Sat, 05 Nov 2005 16:44:02 +0100
Hi,
the shared AppleScript (see below) does not works here. The error message is:
Erreur d'AppleScript
Erreur dans FireFox : Erreur de paramètre.
[English translation:
AppleScript Error
Error in FireFox: Parameter error.]
Shared URL: I'm trying ir right now.
Cheers,
Emile
email@hidden wrote:
Date: Sat, 05 Nov 2005 14:14:04 +0100
From: jj <email@hidden>
Subject: Re: New FireFox 1.5 browser -- applescript implementation
To: <email@hidden>, applescriptmaillist
<email@hidden>
Message-ID: <BF926EAC.90A1%email@hidden>
Content-Type: text/plain; charset="ISO-8859-1"
Maybe someone on this list can implement a single AppleScript command
for Firefox that would allow executing JavaScript commands. This would
open up Firefox for becoming programmable and useful to the Macintosh
users. Chance for some feedback to Firefox.
You can already do some basic things with AppleScript and Firefox. Eg:
tell application "Firefox"
display dialog (get «class curl» of window 1)
Get URL "javascript:void(alert(document.location.href));"
end tell
And from the Macintosh user perspective, you can do very powerful things
with Firefox extensions (even write your's one!). Just take a look here:
https://addons.mozilla.org/extensions/?application=firefox
_______________________________________________
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