Solve a common captcha
Solve a common captcha
Captures the image of a captcha visible on the page and fills in its answer field automatically, with no external service involved.
Options
Browser or page ID
The browser, tab or iframe opening action used as the automation's context.
The captcha image's selector
The CSS selector identifying the captcha's image element on the page, img#captchaImage for example. Use the Roberty Automation extension to inspect the page and get the right selector.
The selector of the field the captcha goes in
The CSS selector of the text field the solved answer is written into, input#captchaInput for example.
Advanced options
Image quality as a percentage
The quality of the screenshot sent for solving. Higher values solve more accurately. Default: 100. Range: 20 to 100, in steps of 10.
Returns
This action has no returns.
Rules and conditions
- Browser or page ID, The captcha image's selector and The selector of the field the captcha goes in are all required.
- The selectors have to identify elements visible on the page when the action runs.
- The image quality has to be between 20 and 100, in steps of 10.
- Quality below 80 can make the recognition less accurate.