0
我使用的是帶鉻的硒,但它不使用我指定的配置文件,而是使用新的配置文件啓動。這裏是python代碼:Selenium在Chrome中不使用我的自定義配置文件
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument('--user-data-dir=/home/username/.config/google-chrome/Profile 1')
driver = webdriver.Chrome(chrome_options=chrome_options)
瀏覽器打開,但它不使用我的配置文件。 selenium版本是3.5.0,chrome驅動程序版本是2.31,chrome版本是60.0.3112.113,並且我在Ubuntu 16.04上
它沒有幫助。 –
我現在還沒有檢查過,但我記得之前在某個地方使用了確切的步驟,它對我有效。如果可能,請你再檢查一次嗎? –