Con Posted August 17, 2007 Posted August 17, 2007 (edited) hi i know im a newbi and all but can anyone help me ? i want to find a color on a screen and then click on it, it sounds simple enough but i cant do it help me plzzz Edited August 17, 2007 by Con Hello?
Zedna Posted August 17, 2007 Posted August 17, 2007 Look here PixelSearch and MouseClick Resources UDF ResourcesEx UDF AutoIt Forum Search
unform25 Posted August 17, 2007 Posted August 17, 2007 hi i know im a newbi and all but can anyone help me ?i want to find a color on a screen and then click on it, it sounds simple enough but i cant do ithelp me plzzzPixelsearch can do it. $pixcheck = pixelsearch (x1,y1,x2,y2, color) searches the range between the two coordinates for the color and the first pixel it finds that maches is what it assignes to $pixcheck. you then use it as your x,y for mouseclick
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