You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I would like to share my problem with working with a proxy with authorization
I pass the proxy parameter to the driver and when I start throwing different profiles, I get an authorization dialog, but sometimes it works fine
I searched the entire Internet, found that you can use the display, but as I understand it, it only works with Ubuntu and there should be no problems with Windows
I also looked that Seleniumbase uses the method of throwing up proxies with authorization through Java script files and read somewhere that they are used as extensions for Chrome and work stably only in headless mode
Can you confirm or refute these theses and suggest how you can work stably with Seleniumbase through a proxy with authorization and whether this is achievable at all, since I cannot somehow process this dialog box, and I have not found a stable working solution on the Internet, it worked stably before via seleniumwire, but it is not secure enough now, how can I solve my problem?
My issue may be similar to #2368
Where do I need to use different proxies with authentication for one profile? I didn’t understand the solution in the post, can you tell me what I need for this?
The text was updated successfully, but these errors were encountered:
(Если вы не используете режим UC, вам не нужна часть --uc/ uc=True.)
Thanks
Using the parameter helped: multi-proxy=True and chromium_agg='--no-server-proxy'
It’s strange that the second command still forwards the proxy server, and does not disable its use, because Google says that it disables the use of proxies, but on the sites, by definition of IP, I had a proxy IP and not my own
@Pidoffka Hey I'm facing the same problem as you, so all I need is just add 2 more parameter is multi-proxy=True and chromium_agg='--no-server-proxy' right ?
Hello
I would like to share my problem with working with a proxy with authorization
I pass the proxy parameter to the driver and when I start throwing different profiles, I get an authorization dialog, but sometimes it works fine
I searched the entire Internet, found that you can use the display, but as I understand it, it only works with Ubuntu and there should be no problems with Windows
I also looked that Seleniumbase uses the method of throwing up proxies with authorization through Java script files and read somewhere that they are used as extensions for Chrome and work stably only in headless mode
Can you confirm or refute these theses and suggest how you can work stably with Seleniumbase through a proxy with authorization and whether this is achievable at all, since I cannot somehow process this dialog box, and I have not found a stable working solution on the Internet, it worked stably before via seleniumwire, but it is not secure enough now, how can I solve my problem?
My issue may be similar to #2368
Where do I need to use different proxies with authentication for one profile? I didn’t understand the solution in the post, can you tell me what I need for this?
The text was updated successfully, but these errors were encountered: