Captcha solving
Captcha solving
I built an UI test for registration. But I can’t bypass reCaptcha. Do you have a solution for this problem?
Re: Captcha solving
Hello. Thank you for your question!
There are many different captchas and even a human not resolve them correctly each time. Even in the best implementation, sometimes UI tests will fail.
We can offer the following options for solving the problem:
1) You can add exceptions by IP for our server running UI tests. The server IPs 138.201.188.4 and 2a01:4f8:c17:cee7::1
2) Indicate in your code a secret combination that always resolve captcha and use this code the the UI scenario.
3) If you are running UI tests on a development server, you can disable captchas on it.
There are many different captchas and even a human not resolve them correctly each time. Even in the best implementation, sometimes UI tests will fail.
We can offer the following options for solving the problem:
1) You can add exceptions by IP for our server running UI tests. The server IPs 138.201.188.4 and 2a01:4f8:c17:cee7::1
2) Indicate in your code a secret combination that always resolve captcha and use this code the the UI scenario.
3) If you are running UI tests on a development server, you can disable captchas on it.