0
0

More than 1 year has passed since last update.

Python Seleniumでスクレイピングする時、エラーが爆発

Posted at

selenium 4.1.0でスクレイピングした時、エラーが多数発生する。
from selenium import webdriver
options = webdriver.ChromeOptions()
driver = webdriver.Chrome(executable_path='C:/webdriver/chromedriver.exe')
driver.get('https://www.yahoo.co.jp/')

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