changed prdriver location

This commit is contained in:
siulkilulki 2017-06-12 22:17:23 +02:00
parent 57315f9b31
commit b16f29ef6d
2 changed files with 1 additions and 1 deletions

BIN
chromedriver Executable file

Binary file not shown.

View File

@ -11,7 +11,7 @@ class Proxy():
self.proxies = [] if proxies is None else proxies
def download(self):
driver = webdriver.Chrome()
driver = webdriver.Chrome('./chromedriver')
driver.maximize_window()
driver.get('http://www.gatherproxy.com/proxylist/anonymity/?t=elite')
full_list_button = driver.find_element_by_xpath(