Nashi Blog
Python jupyterlab でのselenium設定でPATHの通し方
「chromedriver-bainary」を自分の使っているブラウザで合わせてインストール
pip install chromedriver-binary==103.0.5060.134 import chromedriver_binary
これだけ
TOPへ戻る