摘要: selenium用set_preference设置firefox 1、启动脚本进入firefox界面;2、进入配置界面,就是地址栏录入:about:config,看下这个值是否变化。 firefoxProfile = FirefoxProfile() firefoxProfile.set_prefe 阅读全文
posted @ 2021-04-22 19:12 kaxio 阅读(425) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/fengyiru6369/p/7229883.htmlimport time from selenium import webdriver import win32api import win32con from time import sleep d 阅读全文
posted @ 2021-04-19 15:43 kaxio 阅读(116) 评论(0) 推荐(0)