HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

How to set Firefox HTTP proxy with arsenic #119

Closed AmericanY closed 3 years ago

AmericanY commented 3 years ago

Hi,

Can someone guide me on how to use HTTP proxy with arsenic.

Regards,

AmericanY commented 3 years ago

Solved via the following.

**{'moz:firefoxOptions': {'prefs': {'network.proxy.http': 'HOST_IP', 'network.proxy.http_port': HOST_PORT, 'network.proxy.type': 1}}}

DiMiTriFrog commented 2 years ago

Solved via the following.

**{'moz:firefoxOptions': {'prefs': {'network.proxy.http': 'HOST_IP', 'network.proxy.http_port': HOST_PORT, 'network.proxy.type': 1}}}

And user and password?