This project shows how to read QR code content from a webapp using Selenium and ZXing.
- Java
- Selenium
- TestNG
- Zxing
- Java JDK >=11
- Google Chrome installed
- clone the project
- Go to the project directory and run
mvn clean test -Dtestng.xml=runner.xml
- Run
mvn test
to run the test
- Clone the project
- Open this project in your IDE
- Open the
readQRCode
class placed insrc/test/java
- Run the test