Skip to content

Instantly share code, notes, and snippets.

@AnasAlmasri
Created May 9, 2020 17:15
Show Gist options
  • Save AnasAlmasri/224bad51853b9a5050456d75b84820d7 to your computer and use it in GitHub Desktop.
Save AnasAlmasri/224bad51853b9a5050456d75b84820d7 to your computer and use it in GitHub Desktop.
import pandas as pd
import matplotlib.pyplot as plt
from selenium import webdriver
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.common.action_chains import ActionChains
from selenium.webdriver.common.by import By
from selenium.webdriver.chrome.options import Options
import time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment