Skip to content

Instantly share code, notes, and snippets.

from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.common.by import By
def data(driver, links):
data = []
for link in links:
data.append(get(driver, link))