cerix Posted September 8, 2010 Posted September 8, 2010 firstly my englishs not good but ill work to tell my thinking on screen i want to click to Watch is this topic buttons in this forum. (button pixel coordinates is not standart it can change.) but i dont want to use pixelsearch. can we take just buttonimages and read to autoit on screen? is it possible? if its posible how can we do it?
PsaltyDS Posted September 8, 2010 Posted September 8, 2010 Learn to use the _IE* functions of the IE.au3 UDF (see help file). You can get a reference to the button and click it directly. Look at the first example script under _IEAction() for a demo. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
cerix Posted September 8, 2010 Author Posted September 8, 2010 Learn to use the _IE* functions of the IE.au3 UDF (see help file). You can get a reference to the button and click it directly. Look at the first example script under _IEAction() for a demo.but i gave just example in internet explorerbutton can be just a imagesexample so look right sideGender:Male i want to click this or just move to mouse but not whit pixelsearchcan we select comple Gender:Male or must use pixelsearch
PsaltyDS Posted September 8, 2010 Posted September 8, 2010 If it's a web page, then the button is a DOM object of some kind. You can find it and click it via those functions. Try some of the example scripts under the various _IE* functions in the help file. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
cerix Posted September 8, 2010 Author Posted September 8, 2010 If it's a web page, then the button is a DOM object of some kind. You can find it and click it via those functions.Try some of the example scripts under the various _IE* functions in the help file.no it isnt webpage its program
Bert Posted September 8, 2010 Posted September 8, 2010 And the name of that program is? We are not mind readers. The Vollatran project My blog: http://www.vollysinterestingshit.com/
PsaltyDS Posted September 8, 2010 Posted September 8, 2010 no it isnt webpage its programUse the AutoIt Window Info Tool (AU3Info.exe) and post the contents of the Summary tab while on the target button. That will provide the required info. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
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