前回の続きです。
前回127エラーってことで、
chromedriverをインストール。
!pip install chromedriver-vinary
ERROR: Could not find a version that satisfies the requirement chromedriver-vinary (from versions: none)
ERROR: No matching distribution found for chromedriver
環境は整った?
from selenium import webdriverdriver = webdriver.Chrome()driger.implisitly_wait(3)driver.get('https://www.library.chiyoda.tokyo.jp/')schedule_el = driver.find_elements_by_class_name('schedule-list01__text')print([s.text for s in schedule_el