在MacOSX和python上使用ChromeDriver时显示错误

时间:2018-07-04 09:37:12

标签: python selenium selenium-chromedriver

我正在尝试使用python中的硒来刮擦网页,并且由于我在MacOSX上启动网络驱动程序时没有显示任何文字。

这是我的代码:

chrome_options = Options()
chrome_options.add_argument("--window-size=1920x1080")
chrome_options.add_argument('--user-agent={user_agent}')
driver = webdriver.Chrome(chrome_options=chrome_options,
executable_path=chrome_driver)
driver.get('https://github.com/SeleniumHQ/docker-selenium/issues/560')

and here is the result

我使用此版本:

chrome=67.0.3396.99

chromedriver=2.40.565386 
(45a059dc425e08165f9a10324bd1380cc13ca363),platform=Mac OS X 10.13.5 x86_64)

selenium==3.12.0

python 3.5.5

0 个答案:

没有答案