Skip to content

Instantly share code, notes, and snippets.

@ashhadulislam
Created August 21, 2020 14:51
Show Gist options
  • Save ashhadulislam/63ed4a32efe4858ea298a0c9d8404039 to your computer and use it in GitHub Desktop.
Save ashhadulislam/63ed4a32efe4858ea298a0c9d8404039 to your computer and use it in GitHub Desktop.
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import time
from bs4 import BeautifulSoup
import pandas as pd
import os
from selenium.webdriver.chrome.options import Options
from selenium.webdriver.support.select import Select
import pickle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment