摘要: 下面以 ChromeDriver随chrome调用时自动更新(Java+Python)为例,其它同理... 使用selenium自动化时,一个很烦的问题就是chrome会自动更新(python),然后chromedriver的版本就会不兼容。之前是被动的几小时查询一次如有更新就自动更新。但问题还是来 阅读全文
posted @ 2021-11-19 11:13 锐洋智能 阅读(208) 评论(0) 推荐(0) 编辑
摘要: import os import shutil import time import hashlib # MD5值 def getMD5(path): f=open(path,'rb') d5 = hashlib.md5() #生成一个hash的对象 with open(path,'rb') as 阅读全文
posted @ 2021-11-19 09:17 锐洋智能 阅读(237) 评论(1) 推荐(0) 编辑