pip install chromedriverでは何やってもできなかった
https://sites.google.com/a/chromium.org/chromedriver/downloads
上記から該当ファイルをダウンロードして、パス指定してできた
driver = webdriver.Chrome(executable_path='c:\\opt\\chromedriver_win32\\chromedriver.exe')
参考
https://qiita.com/memakura/items/20a02161fa7e18d8a693
https://qiita.com/fujino-fpu/items/42e20c69896a25e27bb4