未在Selenium中设置Firefox配置文件-Python

时间:2018-10-28 22:15:37

标签: python-3.x selenium selenium-webdriver

代码块尝试将firefox配置文件分配给webdriver,但是webdriver始终使用默认配置文件。有人知道吗?

from selenium.webdriver.firefox.firefox_profile import FirefoxProfile
from selenium.webdriver.support.ui import WebDriverWait

fp = FirefoxProfile('C:\\Users\\<USER>\\AppData\\Roaming\\Mozilla\\Firefox\\Profiles\\ji8rbij6.test')
fp.update_preferences()
browser = webdriver.Firefox(firefox_profile=fp)

在此先感谢您

Java中有一些示例,但我不擅长Java

0 个答案:

没有答案