Last active
April 27, 2018 18:23
-
-
Save yasinkuyu/3dc53736f1f32e457408e57a258f7af4 to your computer and use it in GitHub Desktop.
Python Selenium Limunati Proxy Manager
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
#@yasinkuyu 08/09/2017 | |
# install luminati (https://luminati.io) proxy manager & run | |
from selenium import webdriver | |
from selenium.webdriver.common.proxy import Proxy, ProxyType | |
from selenium.webdriver.chrome.options import Options | |
PROXY = '127.0.0.1:24000' | |
chrome_options = webdriver.ChromeOptions() | |
chrome_options.add_argument('--proxy-server=%s' % PROXY) | |
driver = webdriver.Chrome(chrome_options=chrome_options) | |
driver.get("http://www.ipadresimnedir.com/") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please tell me how to use a proxy Socks 4/5