changed prdriver location
This commit is contained in:
parent
57315f9b31
commit
b16f29ef6d
BIN
chromedriver
Executable file
BIN
chromedriver
Executable file
Binary file not shown.
2
proxy.py
2
proxy.py
@ -11,7 +11,7 @@ class Proxy():
|
|||||||
self.proxies = [] if proxies is None else proxies
|
self.proxies = [] if proxies is None else proxies
|
||||||
|
|
||||||
def download(self):
|
def download(self):
|
||||||
driver = webdriver.Chrome()
|
driver = webdriver.Chrome('./chromedriver')
|
||||||
driver.maximize_window()
|
driver.maximize_window()
|
||||||
driver.get('http://www.gatherproxy.com/proxylist/anonymity/?t=elite')
|
driver.get('http://www.gatherproxy.com/proxylist/anonymity/?t=elite')
|
||||||
full_list_button = driver.find_element_by_xpath(
|
full_list_button = driver.find_element_by_xpath(
|
||||||
|
Loading…
Reference in New Issue
Block a user