2020年9月18日

Python+Selenium登录GitHub实例

摘要: 1、话不多说,直接上代码 1 from selenium import webdriver # 导入包 2 import time 3 driver = webdriver.Chrome() # 指定浏览器 4 driver.get("https://github.com/login") # 指定网 阅读全文

posted @ 2020-09-18 17:40 Tester十点半 阅读(478) 评论(0) 推荐(0) 编辑

火狐浏览器关闭更新提示

摘要: 1、找到浏览器的安装位置(鼠标右键,打开文件位置) 2、打开安装目录下的distribution文件夹→添加文件policies.json policies.json文件内容: { "policies": { "DisableAppUpdate": true } } 3、重启后没有更新提示 阅读全文

posted @ 2020-09-18 14:56 Tester十点半 阅读(1191) 评论(0) 推荐(0) 编辑

导航