Skip to content

Instantly share code, notes, and snippets.

@SubhadityaMukherjee
Created February 9, 2022 10:10
Show Gist options
  • Save SubhadityaMukherjee/1545501ddc06714518f09798cbaa61a6 to your computer and use it in GitHub Desktop.
Save SubhadityaMukherjee/1545501ddc06714518f09798cbaa61a6 to your computer and use it in GitHub Desktop.
impo
import time
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
from tqdm import tqdm
browser = "chrome" # or firefox
user_name = "" # github username
email = "" # your login creds
passw = "" # your password (please please do not push this to github)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment