【发布时间】:2019-02-21 17:33:42
【问题描述】:
谁能告诉我们如何使用 selenium webdriver 和 python 自动从网站扫描二维码的过程。
【问题讨论】:
标签: python-3.x selenium selenium-webdriver selenium-chromedriver
谁能告诉我们如何使用 selenium webdriver 和 python 自动从网站扫描二维码的过程。
【问题讨论】:
标签: python-3.x selenium selenium-webdriver selenium-chromedriver
这里有一个关于如何使用 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
【讨论】: