-
|
Hello! When configuring a proxy for a browser automation script, is it considered a requirement to manually set the browser's geolocation to match the proxy IP for maximum stealth? Or will the browser automatically align with the proxy's location without further configuration? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Apr 1, 2026
Replies: 1 comment
-
|
If using a proxy that has a different timezone/geolocation from the one you're in, then for maximum stealth, you'll need to override the timezone and geolocation values yourself, as done in this example: SeleniumBase/examples/cdp_mode/raw_timezone_sb.py |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If using a proxy that has a different timezone/geolocation from the one you're in, then for maximum stealth, you'll need to override the timezone and geolocation values yourself, as done in this example: SeleniumBase/examples/cdp_mode/raw_timezone_sb.py