前提・実現したいこと
pythonでseleniumを使ってheadless chromeを使いたいのですが、エラーでできません。
発生している問題・エラーメッセージ
selenium.common.exceptions.SessionNotCreatedException: Message: session not created from disconnected: unable to connect to renderer (Session info: headless chrome=78.0.3904.97)
該当のソースコード
python
1 base = "https://retrip.jp/search/" 2 urls = [] 3 options = Options() 4 options.add_argument('--headless') 5 driver = webdriver.Chrome(executable_path='/Users/yuki-air/pycharmprojects/screiping_learning/web_crawer/chromedriver', chrome_options=options)
試したこと
chromedriverを78と78の双方で試してみました。
補足情報(FW/ツールのバージョンなど)
chromedriver 78