> ## 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 Proxy Setup Guide

<Card title="GitHub" icon="link" href="https://github.com/decodo/Selenium/tree/master/python" cta="Click here!">
  Please check out our **GitHub** on how to integrate Selenium.
</Card>

<Note>
  ### Authentication Limitations

  Unfortunately, Selenium itself doesn't support **username**:**password** authentication for `HTTP`/`HTTPs` proxies, so you would need to use a workaround.

  1. Write a custom extension that handles the proxy connection. Learn more on our [**GitHub**](https://github.com/Decodo/Selenium-proxy-authentication).
  2. Use a whitelisted IP address as the authentication method. Please refer to our [**authentication guides**](https://help.decodo.com/docs/proxy-authentication-guides#/).
</Note>

***

<Columns cols={2}>
  <Card title="Support" href="https://direct.lc.chat/12092754" cta="Let's chat!">
    Need help or just want to say hello? Our support is available 24/7. \
    You can also reach us anytime via email at [support@decodo.com](mailto:support@decodo.com).
  </Card>

  <Card title="Feedback" href="mailto:feedback@decodo.com" cta="Share feedback">
    Can't find what you're looking for? Request an article! \
    Have feedback? Share your thoughts on how we can improve.
  </Card>
</Columns>
