2

I am attempting to use Chrome v60.0.3093.0 (Canary) with Selenium. I would like to also trying using it as a headless implementation. I was wondering if there is a version of the ChromeDriver that supports v60.x for use with selenium-webdriver v2.53.1 (I am doing this with MAC OS X)

Eric M. Brown
  • 31
  • 1
  • 4

1 Answers1

0

You can found chrome and chromedriver versions compatibility information on official chromedriver download page: https://sites.google.com/a/chromium.org/chromedriver/downloads

There is also version selection guide for future updates. Note that this algorithm can be easily automated like in this answer.

hal
  • 1,705
  • 1
  • 22
  • 28