Re: applescript and browsers
Re: applescript and browsers
- Subject: Re: applescript and browsers
- From: Christopher Nebel <email@hidden>
- Date: Wed, 21 Jan 2004 13:21:36 -0800
On Jan 21, 2004, at 9:37 AM, Florian Weber wrote:
does anybody know of some information about what you
can do with applescript and browsers? for example is
netscape 4 and mozilla controllable with apple script? can
i make them open special urls via applescript? can figure
out if a page is fully loaded?
Of course, any discussion of scripting browsers would be incomplete
without mentioning 'do shell script "curl ..."', which is far more
effective for many Web tasks -- it just returns the page source as a
string. (Requires Mac OS X, naturally.)
--Chris Nebel
AppleScript Engineering
_______________________________________________
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.