Sinisterly
Help Add proxy this script - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Python (https://sinister.li/Forum-Python)
+--- Thread: Help Add proxy this script (/Thread-Help-Add-proxy-this-script)



Help Add proxy this script - pixelskull - 03-30-2019

How can i add proxy list this script:
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
import requests

proxy = raw_input ("Add http proxy list: ")

var = raw_input("url: ")

browser = webdriver.Firefox(executable_path='./geckodriver')
browser.get(var)