@hate115 I think no one can teach you for free for this, you have to learn it yourself.
You can:
In BAS there is an image processing module, you should try to learn about it.
It will be easier if the number of images is limited.
I was wondering, how can i make an if statement loop untill the condition good?
Im using a captcha solver for recaptcha, but sometimes i am not able to get a V.
Because:
So i want to check if captcha is solved, if not run the step again. But how?
Yes i've already checked the tutorial on the website aswell on youtube.
mark_1
Captcha_solving
get element text
if element text == "WRONG_CAPTCHA..."
_log="captcha error"
_go to mark_1
It doesn't work for me...
Expression bar of if function:
"if " + [[SAVED_TEXT2]] == "xxxxx"
if element text == "xxxxx"
tried these both..
@unknownmenz , show your script.