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.
-
It think you can use the solve captha inside an ignore error function. Than check while WAS_ERROR then solve the captha again.
-
use label for that . Simply check for error element on site such as Enter correct captcha or please confirmm you're not robot if you try to submit without solving or error . If it exists , move to label before solve captcha and solve again.
-
@rere003 I don´t get it..
-
@andy231 how to do it like this:
if get element text == "..." then
LOOPi tried working with script logic but it does not seem to work right..
-
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.