I have problem with captcha. All what i need to solve problem with recaptcha…this is part of my script
set(#_apiKey,“_apiKey“,“Global”)
navigate(“https://www.nestleporusza.pl/glosowanie/rejestracja”,“Wait”)
wait for browser event(“Everything Loaded”,“”)
wait(1)
set(#GoogleKey,$find regular expression($scrape attribute(<title=”recaptcha widget”>,“src”),“(?<=anchor\\?k=).*(?=&co=)”),“Global”)
clear list(%_rawCaptcha)
add list to list(%_rawCaptcha,$plugin function(“Advanced Captcha.dll”, “$2captcha.com”, #_apiKey, #GoogleKey, “”, “Recognize ReCAPTCHA Type 4”, “”, $url, 120, “”),“Delete”,“Global”)
change attribute(<id=”g-recaptcha-response”>,“value”,$list item(%_rawCaptcha,1))
change attribute(<id=”g-recaptcha-response”>,“value”,$list item(%_rawCaptcha,1))
click(<value=”Submit”>,“Left Click”,“No”)
You must be logged in to post a comment.
abbas786
Thanks for your invitation. Given website has other securities besides recaptcha so a custom bot / solution is required.
Abbas