前提・実現したいこと
JupyterLabにて、googleChromeを表示させたい。
本件、多数質問及び回答がありましたが、
上手く参考にできなかった為、ご質問致しました。
使用環境:Mac book Air m1 VScode使用
発生している問題・エラーメッセージ
エラーメッセージ NameError Traceback (most recent call last) <ipython-input-7-29c0fb0f6324> in <module> 1 # GoogleChrome起動 ----> 2 browser = webdriver.Chrome('/usr/local/bin/chromedriver') 3 browser.implicitly_wait(3) NameError: name 'webdriver' is not defined
該当のソースコード
import chromedriver_binary from selenium import webdriver import time import pandas as pd import os import datetime USER = "test_user" PASS = "test_pw" # GoogleChrome起動 browser = webdriver.Chrome('/usr/local/bin/chromedriver') browser.implicitly_wait(3)
試したこと
Homebrewインストール
『/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"』
brew cask install chromedriver 済み
brew reinstall chromedriver 念の為、再インストールもしました
⇨ここで気になるのが、
Mypandas % brew reinstall chromedriver ==> Downloading https://chromedriver.storage.googleapis.com/**88.0.4324.96**/chromedriv Already downloaded: /Users/ユーザー名/Library/Caches/Homebrew/downloads/dd12a5462e2c48e592b370a0bca6fe18e86f387e669f888647b60e372e2a7b4b--chromedriver_mac64.zip ==> Uninstalling Cask chromedriver ==> Unlinking Binary '/usr/local/bin/chromedriver' ==> Purging files for version 88.0.4324.96 of Cask chromedriver ==> Installing Cask chromedriver ==> Linking Binary 'chromedriver' to '/usr/local/bin/chromedriver' ???? chromedriver was successfully installed! コード
Chromeバージョン
インストール「88.0.4324.96」
現在のChromeバージョン「88.0.4324.182」
だったので、バージョンが合わないから出来ないのかな、、、?
関係あるか分かりませんが、方法含めご教示頂けると幸いです。
宜しくお願い致します。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。