如何使用硒Python

时间:2019-02-20 11:45:20

标签: python-3.x selenium selenium-webdriver selenium-chromedriver

任何人都可以告诉我们如何使用selenium webdriver和python从网站扫描QR码的过程自动化。

1 个答案:

答案 0 :(得分:0)

这里是有关如何使用Java的教程,但是zxing库也可以在python中使用: https://medium.com/@eliasnogueira/read-qr-code-content-with-selenium-and-zxing-59f255430fe0

这是关于它的github项目: https://github.com/eliasnogueira/selenium-read-qrcode

Python示例:https://github.com/dlenski/python-zxing