Skip to content

Instantly share code, notes, and snippets.

View shinichikudo1212's full-sized avatar

shinichikudo1212

View GitHub Profile
from selenium import webdriver
from selenium.common.exceptions import NoSuchElementException, TimeoutException, StaleElementReferenceException
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.support.ui import WebDriverWait
import csv
import requests