Skip to content

Conversation

mbvyd
Copy link

@mbvyd mbvyd commented May 8, 2023

Some 3rd parties do not authenticate to proxy with such kind of extension being fed as file, e.g. https://github.com/fysh711426/UndetectedChromeDriver

But they do authenticate when the extension is loaded through command-line from folder.

API usage is left intact for general use cases, but ability to use second approach is also there, e.g.:

ChromeOptions.AddProxyAuthenticationExtension(
    new Proxy(ProxyProtocols.HTTP, "proxy_server:proxy_port:proxy_username:proxy_password"),
    pack: false);

@mahdibland mahdibland assigned mahdibland and unassigned mahdibland May 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants