> ## Documentation Index
> Fetch the complete documentation index at: https://help.decodo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Selenium 代理设置指南

<Card title="GitHub" icon="link" href="https://github.com/decodo/Selenium/tree/master/python" cta="点击这里！">
  请查看我们的 **GitHub** 了解如何集成 Selenium。
</Card>

<Note>
  ### 身份验证限制

  不幸的是，Selenium 本身不支持 `HTTP`/`HTTPs` 代理的 **用户名**:**密码** 身份验证，因此您需要使用变通方法。

  1. 编写一个处理代理连接的自定义扩展。在我们的 [**GitHub**](https://github.com/Decodo/Selenium-proxy-authentication) 上了解更多信息。
  2. 使用白名单 IP 地址作为身份验证方法。请参阅我们的 [**身份验证指南**](https://help.decodo.com/docs/cn/proxy-authentication-guides#/)。
</Note>

***

<Columns cols={2}>
  <Card title="支持" href="https://direct.lc.chat/12092754" cta="让我们聊聊！">
    需要帮助或只是想打个招呼？我们的支持团队全天候为您服务。 \
    您也可以随时通过电子邮件 [support@decodo.com](mailto:support@decodo.com) 联系我们。
  </Card>

  <Card title="反馈" href="mailto:feedback@decodo.com" cta="分享反馈">
    找不到您要找的内容？请求一篇文章！ \
    有反馈意见？分享您对我们如何改进的想法。
  </Card>
</Columns>
