When I use profile.set_proxy(proxy.selenium_proxy()), it rasies warning that
This method has been deprecated. Please pass in the proxy object to the Driver Object",
DeprecationWarning
Especially, after I upgrade my Firefox to 63.0, it cannot run totally.
Do you guys know how to use another way to deploy this proxy?
Should I set proxy when I call selenium.webdriver.Firefox(proxy=?)
What parameter should I input?
When I use
profile.set_proxy(proxy.selenium_proxy()), it rasies warning thatEspecially, after I upgrade my Firefox to 63.0, it cannot run totally.
Do you guys know how to use another way to deploy this proxy?
Should I set proxy when I call
selenium.webdriver.Firefox(proxy=?)What parameter should I input?