2016-09-08 53 views

回答

1

在python:

chrome_options = Options() 
    chrome_options.add_argument("user-data-dir=/location/to/chrome/profile") 
    driver = webdriver.Chrome(chrome_options=chrome_options,executable_path='/location/to/chromedriver') 
+0

的鍍鉻輪廓路徑,不包括在年底/默認。 –

相關問題