Way to run a firefox macro at a set time of day?

1

1

I am using Firefox v3.6.13 and iMacros v7.0.3.0 on Windows 7.

I have a macro that I wish to execute once every 24 hours and one minute on a website that only lets me do my task once 24 hours and a minute have elapsed since the last time.

Can I do this with iMacros or in combination with some other plug-in or cron job type of functionality?

WilliamKF

Posted 2011-02-06T22:46:03.390

Reputation: 6 916

Have you tried the Task Scheduler built into windows 7 to run it? – Jay_Booney – 2011-02-06T22:56:18.983

Answers

1

From the following image it seems that there is an URL to run the macro.

enter image description here

So, you can schedule a task with the Task Scheduler, for example:

firefox.exe http://run.imacros.net/?m=logins%5Ciopusforum.iim

Tamara Wijsman

Posted 2011-02-06T22:46:03.390

Reputation: 54 163