Skip to content

Instantly share code, notes, and snippets.

@theshahzaibc
Created January 7, 2021 16:29
Show Gist options
  • Save theshahzaibc/969501741029636f6f2bb5fece6f9f05 to your computer and use it in GitHub Desktop.
Save theshahzaibc/969501741029636f6f2bb5fece6f9f05 to your computer and use it in GitHub Desktop.
import urllib
import selenium
from selenium import webdriver
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.by import By
import os
import sys
import time
from fake_useragent import UserAgent
from selenium.webdriver.support.wait import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment