m-80 Posted August 13, 2006 Posted August 13, 2006 Hi I'd like you to help me out with a script, which makes it possible to click in Mozilla Firefox in a certain area! For example clicking 100 times on x450 y350 in Mozilla Firefox! Or just when I have clicked once the script starts then, maybe thats better I'm totaly new to this, so it would be great if someone tells me what I have to write in the editor and under which filetype it has to be saved and how to open this whole script... greez
Moderators SmOke_N Posted August 13, 2006 Moderators Posted August 13, 2006 Forget the learning... straight to the scripting http://www.autoitscript.com/forum/index.ph...c=19434&hl= Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Jasio Posted August 13, 2006 Posted August 13, 2006 MouseClick('left', XCoord, YCoord, HowManyClicks, HowFast) Write it in Notepad, and run it with the AutoItv3.exe in your Autoit folder, or download SciTE editor and go from there.. Jasio-
m-80 Posted August 13, 2006 Author Posted August 13, 2006 (edited) Thanks for the help Jasio! Greez It does not work: MouseClick('left', 450, 350, 100, 1) Whats wrong about it Edited August 13, 2006 by m-80
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now