logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

python+selenium+firefox加载tampermonkey自动打开更新提示页的问题

python+selenium通过加载配置文件的方式启动带有tampermonkey的firefoxfp = webdriver.FirefoxOptions()fp.binary_location = r"..\Firefox\firefox.exe" # 指定firefox路径fp.profile = r"..\firefox-profiles-handler" #指定配置文件夹路径fp.se

#selenium#firefox
到底了