Skip to content

Instantly share code, notes, and snippets.

View dockyjr's full-sized avatar

dockyjr dockyjr

View GitHub Profile
#facebook marketplace
from selenium import webdriver
from time import sleep
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import WebDriverWait
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC
from pymongo import MongoClient
class App:
@ryanqy
ryanqy / selenium_chrome_driver_proxy_with_authentication.py
Created January 29, 2018 13:18
selenium chrome driver proxy with authentication
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
from selenium import webdriver
from selenium.webdriver.chrome.options import Options
def create_proxyauth_extension(proxy_host, proxy_port,