Skip to content

Instantly share code, notes, and snippets.

@nmolivo
Created February 8, 2018 08:12
Show Gist options
  • Save nmolivo/a7f65f5a7e0a56c391a3359f5c207991 to your computer and use it in GitHub Desktop.
Save nmolivo/a7f65f5a7e0a56c391a3359f5c207991 to your computer and use it in GitHub Desktop.
selenium-import
import os
import pandas as pd
from time import sleep
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.support import expected_conditions as EC
from selenium.webdriver.firefox.firefox_binary import FirefoxBinary
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment