recaptcha icon indicating copy to clipboard operation
recaptcha copied to clipboard

Unable to identify bot user for recaptcha enabled sites

Open utsavbshah opened this issue 4 years ago • 0 comments

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/recaptcha version: v3
  • Browser name and version: Chrome 92.0.4515.131
  • wdio version: 7.10.0

Reproducing the issue

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

utsavbshah avatar Aug 18 '21 14:08 utsavbshah