recaptcha
recaptcha copied to clipboard
Unable to identify bot user for recaptcha enabled sites
Issue description When I added automation tests for ReCaptcha V3 the tests should fail but the tests are passing with score of 0.9.
- OS name and version: Windows 10
google/recaptchaversion: v3- Browser name and version: Chrome 92.0.4515.131
- wdio version: 7.10.0
Reproducing the issue
- Add automation tests for ReCaptcha V3 demo site and check the results.
Evidence
https://user-images.githubusercontent.com/73189763/129914238-0ff29b34-f94e-4943-ab10-9a9b5d836d23.mp4
User steps
1. Download the automation source code from the below code reference.
2. npm i
3. Run automation tests using npx wdio run ./wdio.conf.js
Code reference automation.zip