XY16 Posted September 10, 2011 Posted September 10, 2011 hi guys, i have a problem.i'm using sn0wbreeze from http://www.ih8sn0w.com to build a custom firmware installation file for my iPhone. the problem i have, is that instead of there being a next button in the program to move on to the next step, there's a blue arrow. the arrow is not shown as a button or any kind of object in my screen reader, so i can't interact with it.what i need, is a way to locate the blue arrow on the screen, move the mouse to that position and click it.i have looked at the PixelSearch function but can't figure out how to find the arrow in question. if anyone has any idea's at all on this, i'd be greatful to here them. Please note: If you plan on submitting any code snippits to my posts, please refrain from using the code tags as i use a screen reader and can't read the code properly, let alone copy it the way it should be.Thanks for your understanding.Best regardsXY16
JohnOne Posted September 10, 2011 Posted September 10, 2011 First find the colour of the arrow. Then get the relative co-ordinates of the arrow. Loop pixelgetcolor() at those co-ordinates until the color is present. Click co-ordinates. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
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