-
Is it possible to use Selenium's desired_capabilities with OpenWPM? The goal is to configure a proxy for browsing before doing a crawl, so any alternative methods to achieve that goal would be helpful. Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
palmeida
Oct 4, 2023
Replies: 1 comment 4 replies
-
Hey @palmeida, we are currently exposing BrowserParams.prefs which should be enough to implement this. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In case it's useful for anyone who stumbles into this, it's working now. The http_port and ssl_port in the prefs must be integers, not strings.