Skip to content

Instantly share code, notes, and snippets.

View abhitrueprogrammer's full-sized avatar
:octocat:

Abhinav Pant abhitrueprogrammer

:octocat:
View GitHub Profile
import time
import csv
import random
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.common.exceptions import TimeoutException
from webdriver_manager.chrome import ChromeDriverManager