Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, im encountering trouble when trying to solved the Rechaptcha with Cap.guru API but i dont know why it always not working like that
https://community.bablosoft.com/topic/21621/captchaimageclick-модуль-для-решения-капчи-кликами-по-изображениям-через-сервис-cap-guru
Через этот модуль попробуйте,и лучше через post/get запросы
The issue has been forwarded to the developer.
Answer from @Fox : The service domain has moved, for the action to work, in the "Server URL" option you need to specify the value "api.cap.guru".
Hi, Try to use this
Can u show the part of the script where this appears? Please provide more information.
Also have a problem with regex
Trying to solve this captcha:
Oblicz: 9 + 7 = 16 *
My regex is: [\s\S]+([\d+])[\s\S]+ .. but it always gives me only last number which is 6 in this case.
EDIT: Solved