在selenium python中为Ubuntu

时间:2015-09-20 20:08:28

标签: python ubuntu selenium

我在 Ubuntu 中使用 selenium python

chromedriver = '/usr/local/bin/chromedriver'
chrome_options = webdriver.ChromeOptions()
driver = webdriver.Chrome(executable_path=chromedriver, chrome_options=chrome_options)

如何在ubuntu的 selenium python 的chrome_options中设置 user-data-dir

0 个答案:

没有答案