2022-07-06

01_効率化

Python selenium活用メモ

chromを動かすために使います。 私のためのメモたちです。■Webdriverの準備from selenium import webdriverfrom selenium.webdriver.chrome.service import S...