You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
Ashar2shahid, fbid, BrandonCardenasG, BourneXu and krtzer