Ubuntu: selenium.common.exceptions: session not created: This version of ChromeDriver only supports Chrome version 79

后端 未结 2 2063
渐次进展
渐次进展 2020-12-07 05:16

I have a python script running on an EC2 instance (ubuntu) on AWS. It uses selenium. It was working perfectly for weeks, and then all of the sudden, today, it stopped work

2条回答
  •  时光取名叫无心
    2020-12-07 06:06

    By default, webdriver.Chrome runs /usr/bin/google-chrome if available, not chromium-browser (see Default location of ChromeDriver binary and Chrome binary on windows 7). Check google-chrome --version.

提交回复
热议问题