SubFlow Posted September 11, 2019 Posted September 11, 2019 (edited) Hey, I tried to use image search for a project but i'm stuck with my programm don't want to recognize image Do Local $imagesearch = imageSearchEX($win,$imageConnexion) Sleep(1000) Until($imagesearch == 1) Global $imageConnexion = @ScriptDir & "\test\connexion.bmp" Global $win = "Mywindow" here is my image thx in advance connexion.bmp Edited September 11, 2019 by SubFlow
Bert Posted September 11, 2019 Posted September 11, 2019 question - What is the name of the app you are automating? Your image looks like a button. The Vollatran project My blog: http://www.vollysinterestingshit.com/
SubFlow Posted September 11, 2019 Author Posted September 11, 2019 (edited) 2 minutes ago, Bert said: question - What is the name of the app you are automating? Your image looks like a button. it's a wifi logo i just want to exit the loop when is recognize but he never exit the loop 😕 Edited September 11, 2019 by SubFlow
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