Created
January 7, 2021 16:29
-
-
Save theshahzaibc/969501741029636f6f2bb5fece6f9f05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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