If you have upgraded to Chromedriver 115, you may receive an error when using the Cucumber JVM tool. This error occurs because the ACE scanner is currently unavailable for the newest Chromedriver versions.
To resolve this issue, you'll need to remove ACE as an available scanner.
To remove ACE as an available scanner:
- Search for this line in the script:
scanners=ACE,AXE-CORE
- Remove ACE. The line should now read like this:
scanners=AXE-CORE
- Run the script.
If you're still experiencing issues with Cucumber JVM, request support.
Comments
0 comments
Article is closed for comments.