LoginSignup
0
0

More than 5 years have passed since last update.

selenium.common.exceptions.WebDriverException: Message: 'chromeDriver' executable needs t o be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/homeが出た

Posted at

環境:windows10 home

解決策:sizeを指定することを忘れない

driver.set_window_size(1350, 640)を追加したら正常に動いた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0