profile.set_preference('network.proxy_type',1)
profile.set_preference('network.proxy.http',"107.172.43.125")
profile.set_preference('network.proxy.http_port',3128)
profile.update_preferences()
browser = webdriver.Firefox(firefox_profile=profile)
browser.get(
"https://www.whatsmyip.org/")
Есть идеи, почему это не работает? Похоже, что он загружает Firefox и заходит на веб-страницу, но когда я проверяю свой IP в браузере, он отображается как мой домашний IP.
У меня есть новейший геккодривер и селен. Спасибо