We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selenimu 可以支持 有账号密码的代理吗
The text was updated successfully, but these errors were encountered:
需要用到额外的扩展 https://github.com/gecexgokyuzu/anonymous_bot_browser/blob/f25351fce27dfd88fe6e82ef1bb750156de65064/chrome_proxy_extension.py 用这个代码, 用法如下
proxy = ( "zproxy.lum-superproxy.io", 22225, "username", "password" ) proxy_extension = ProxyExtension(*proxy) options.add_argument(f"--load-extension={proxy_extension.directory}")
Sorry, something went wrong.
No branches or pull requests
selenimu 可以支持 有账号密码的代理吗
The text was updated successfully, but these errors were encountered: