- Регистрация
- 22.01.2019
- Сообщения
- 1 567
- Благодарностей
- 3 793
- Баллы
- 113
Friends!
We've added the ability to automatically solve text captchas in our browser extension.
Text captcha is an image of letters, words or numbers that you should recognize and enter in the field.
How it works?
Actions in the browser
Recognition automation using software
To automate the process of recognizing text captchas in the browser, you should:
We've added the ability to automatically solve text captchas in our browser extension.
Text captcha is an image of letters, words or numbers that you should recognize and enter in the field.
How it works?
Actions in the browser
- Right-click on the captcha and select "Mark image as captcha" from the pop-up menu.
- Right-click on the field for entering the answer and select "Select an input for the captcha result".
- The result is automatically written in the field for entering the answer.
Recognition automation using software
To automate the process of recognizing text captchas in the browser, you should:
- Assign the cm-image-to-text-source="id" attribute to the element with the image;
- Assign the cm-image-to-text-input-result="id" attribute to the element with the input.
At the same time, corresponding captchas and inputs must have the same id.
You can solve several captchas on the page in parallel, but it is important that the id within one set is unique and the id of the captcha and input match each other.