一、打开cmd
1. cd C:program filesmozilla firefox(Firefox安装目录)
2. 执行: firefox.exe -ProfileManager -no-remote
二、增加新的配置
在打开的窗口中(上图)选择创建配置文件,完事点击【启动Firefox】
三、将新生成的配置文件指定给selenium webdrive
1. 生成配置文件路径:C:UserszachAppDataRoamingMozillaFirefoxProfiles
2. 将生成的配置文件写入代码
browser_path = 'C:UserszachAppDataRoamingMozillaFirefoxProfilesgfk3atbn.selenium'
driver = webdriver.Firefox(browser_path)