DEV Community

Discussion on: Selenium Testing - How to sign in to Two-factor authentication?

Collapse
 
j_sakamoto profile image
jsakamoto

Yes, you may can do it.

The Java Library "Zixing" is useful for decoding QR code images.

"Zixing" is here: github.com/zxing/zxing

Also, you can find many questions and answers about decoding QR code images on "Stack Overflow".com.

I propose to search on Google with the keyword "java how to decode qr zxing site:stackoverflow.com".