seleniumでchromeドライバー呼び出す時点でエラーとなってしまいます。
言語はpythonです。
発生している問題・エラーメッセージ
selenium.common.exceptions.WebDriverException: Message: unknown error: cannot parse internal JSON template: Line: 1, column: 1, Unexpected token.
該当のソースコード
python
1driver = webdriver.Chrome(options=options,executable_path="./driver/chromedriver.exe")
試したこと
Chromeの再インストール、ver91→89へのダウングレードを試しましたがエラーは変わらず。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。