Skip to content

Instantly share code, notes, and snippets.

View connorwilloughby's full-sized avatar

Connor Willoughby connorwilloughby

View GitHub Profile
from selenium import webdriver
from selenium.webdriver.common.by import By
import json
from time import sleep
from selenium.common.exceptions import NoSuchElementException
BASE_URL = "https://healthclinics.superdrug.com/travel-vaccinations/"
driver = webdriver.Chrome()