03 2021 档案
摘要:由于 Python 服务器在国外,因此使用 pip 安装第三方模块或者库的时候,下载速度特别慢,经常出现如下报错: $ socket.timeout: The read operation timed out 为提升下载速度,可以使用国内镜像下载,常用的国内镜像有: 豆瓣 https://pypi.
阅读全文
摘要:Chrome:http://chromedriver.storage.googleapis.com/index.html Firefox:https://github.com/mozilla/geckodriver/releases Oprea:https://github.com/operasof
阅读全文
摘要:记录Firefox和chrome实现文件下载 Firefox下载设置如下: #在firefox中设置相关的下载参数,当模拟点击时,webdriver会自动保存对应的文档 fp=webdriver.FirefoxProfile() #2表示自定义的文件夹,0表示保存到浏览器默认的文件夹 fp.set_
阅读全文