在 python 中使用 selenium 获取 firefox 配置文件目录
selenium webdriver 允许我们与浏览器进行交互,包括在 firefox 中。firefox 存储它的配置文件,其中包含书签、扩展程序和各种设置,在以下位置:
c:usersxxappdataroamingmozillafirefoxprofilesg44btdgo.
答案
一位用户建议使用 firefox 配置文件时不要每次都安装该浏览器。要获取配置文件的目录,可以在 python 中使用 selenium webdriver:
立即学习“python免费学习笔记(深入)”;
from selenium import webdriver driver = webdriver.Firefox() profile_dir = driver.firefox_profile.path print(profile_dir)
© 版权声明
文章版权归作者所有,未经允许请勿转载。
【小浪云服务商 - 服务器12元起 - 挂机宝5元起】
THE END
暂无评论内容