how to make the ip no change when the page open a new tab ? #99
Unanswered
0123guoxiao
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
now i use
useProxy(Page1, proxy)
in code before the 1st page loading, and i found :useProxy(Page2, proxy)
beforePage2.bringToFront()
, it will use proxy in the new tab page2, but the ip changed.i want ask if have any way can make the ip no change in whole browser life cycle ?
i also try
--proxy-server = socks5://username:password@server:port"
in browser launch args, but i got "proxy connect failed".any one can help me?
Beta Was this translation helpful? Give feedback.
All reactions