Reputation: 61
Can anyone tell how can we automate the process of scanning QR code from a website using selenium webdriver with python.
Upvotes: 2
Views: 5052
Reputation: 1184
Here is a tutorial of how you can do it with java however zxing
library also available in python :
https://medium.com/@eliasnogueira/read-qr-code-content-with-selenium-and-zxing-59f255430fe0
And here is a github project about it : https://github.com/eliasnogueira/selenium-read-qrcode
Python Example : https://github.com/dlenski/python-zxing
Upvotes: 2