Skip to content

This project shows how to read QR code content from a webapp using Selenium and ZXing.

Notifications You must be signed in to change notification settings

deepshah201/read-qr-code-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read QRCode using Selenium

This project shows how to read QR code content from a webapp using Selenium and ZXing.

Technologies in use

  • Java
  • Selenium
  • TestNG
  • Zxing

How to run this project

Preconditions

  • Java JDK >=11
  • Google Chrome installed

Steps

Running using the command line

  1. clone the project
  2. Go to the project directory and run mvn clean test -Dtestng.xml=runner.xml
  3. Run mvn test to run the test

Running in your IDE

  1. Clone the project
  2. Open this project in your IDE
  3. Open the readQRCode class placed in src/test/java
  4. Run the test

About

This project shows how to read QR code content from a webapp using Selenium and ZXing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published