@DoctorKrolic с каждой версией бас ест больше ресурсов. больше идей нет
Captcha solving
-
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:- Bad internet connection
- No response on time from the captcha provider
- Faulty captcha (i guess)
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.