Solve click captcha
From UBot Studio
(Difference between revisions)
(Created page with " This command is part of the Browser Command. The command solves image captchas. Make sure the 2Captcha option is selected in the captcha options window...") |
Latest revision as of 12:45, 8 October 2016
This command is part of the Browser Command. The command solves image captchas.
Make sure the 2Captcha option is selected in the captcha options window before running the command.
[edit] Example
navigate("https://www.google.com/recaptcha/api2/demo","Wait") wait for element(<class="rc-anchor-normal-footer">,"","Appear") click(<class="recaptcha-checkbox-checkmark">,"Left Click","No") wait(3) solve click captcha(<id="rc-imageselect">) click(<id="recaptcha-demo-submit">,"Left Click","No")