-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profile.set_proxy(proxy.selenium_proxy()) #89
Comments
Did you get any solution for this? |
This doesn't work for whatever reason. No exception, but when retrieving the HAR, there are no entries at all.
The old solution with the deprecation warning does, though. (Firefox 68.0.2) |
How do you solve this problem? Thank you |
I have the same problem as you. |
Try my version
... |
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?
The text was updated successfully, but these errors were encountered: