selenium を用いてスクレイピングを始めたのですが、手順通りに行なってもwebdriverが起動しません
python
1browser = webdriver.Chrome()
発生している問題・エラーメッセージ
--------------------------------------------------------------------------- WebDriverException Traceback (most recent call last) <ipython-input-13-78b07196e7cd> in <module> ----> 1 browser = webdriver.Chrome() ~/.local/lib/python3.8/site-packages/selenium/webdriver/chrome/webdriver.py in __init__(self, executable_path, port, options, service_args, desired_capabilities, service_log_path, chrome_options, service, keep_alive) 67 service = Service(executable_path, port, service_args, service_log_path) 68 ---> 69 super(WebDriver, self).__init__(DesiredCapabilities.CHROME['browserName'], "goog", 70 port, options, 71 service_args, desired_capabilities, ~/.local/lib/python3.8/site-packages/selenium/webdriver/chromium/webdriver.py in __init__(self, browser_name, vendor_prefix, port, options, service_args, desired_capabilities, service_log_path, service, keep_alive) 88 89 self.service = service ---> 90 self.service.start() 91 92 try: ~/.local/lib/python3.8/site-packages/selenium/webdriver/common/service.py in start(self) 106 sleep(0.5) 107 if count == 60: --> 108 raise WebDriverException("Can not connect to the Service %s" % self.path) 109 110 def assert_process_still_running(self): WebDriverException: Message: Can not connect to the Service chromedriver
chromedriverのインストールに問題があると思い、chromedriver_binaryをインストールしましたがそれでも動きません。
何が原因なのでしょうか?
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。