In article
<430e93ac-55d2-4391-b708-9dabbbc49bcd@[EMAIL PROTECTED]
>,
apple_amateur <angedward3@[EMAIL PROTECTED]
> wrote:
> I need a key stroke recorder for firefox. Is there anyway to implement
> one with firefox. Theoretically, it must be possible because the
> automator program 'Watch me do' is able to record key strokes and
> repeat them. Is there any way that I can get my hands on the source
> code of the 'Watch me do' program, and hack it to work with firefox.
What you seem to be asking for is a macro utility such as QuicKeys:
<http://www.cesoft.com/products/quickeys.html>
> I can assure all that this script is for totally legitimate purposes.
What exactly are you trying to accomplish? The reason I ask is there may
be a way to do what you want without Firefox, or with some other method
that doesn't require UI scripting, which is never as good because it
demands control of the user interface.
For instance, if you need to automate access to a form-based web page,
the WWW:Mechanize Perl module is an excellent, free, and easy way to do
that kind of thing. And it doesn't require any kind of user interface
interaction at all.
--
Send responses to the relevant news group rather than to me, as
E-mail sent to this address may be devoured by my very hungry SPAM
filter. Due to Google's refusal to prevent spammers from posting
messages through their servers, I often ignore posts from Google
Groups. Use a real news client if you want me to see your posts.
JR


|