|
1 | 1 | # Oxylabs’ Residential Proxies integration with Selenium
|
2 | 2 |
|
3 | | -[<img src="https://img.shields.io/static/v1?label=&message=Python&color=brightgreen" />](https://github.com/topics/python) [<img src="https://img.shields.io/static/v1?label=&message=Selenium&color=orange" />](https://github.com/topics/selenium-wire) [<img src="https://img.shields.io/static/v1?label=&message=Web-Scraping&color=yellow" />](https://github.com/topics/web-scraping) [<img src="https://img.shields.io/static/v1?label=&message=Rotating%20Proxies&color=blueviolet" />](https://github.com/topics/rotating-proxies) |
| 3 | +[<img src="https://img.shields.io/static/v1?label=&message=Python&color=brightgreen" />](https://github.com/topics/python) [<img src="https://img.shields.io/static/v1?label=&message=Selenium&color=orange" />](https://github.com/topics/selenium) [<img src="https://img.shields.io/static/v1?label=&message=Web-Scraping&color=yellow" />](https://github.com/topics/web-scraping) [<img src="https://img.shields.io/static/v1?label=&message=Rotating%20Proxies&color=blueviolet" />](https://github.com/topics/rotating-proxies) |
4 | 4 |
|
5 | 5 | ## Requirements
|
6 | | -For the integration to work, you'll need to install Selenium Wire on your system as |
7 | | -otherwise the proxy implementation doesn't work when using `headless` mode on original |
8 | | -Selenium module. You can do it using `pip` command: |
| 6 | + |
| 7 | +For the integration to work, you'll need to install Selenium Wire to extend Selenium’s Python bindings as implementing |
| 8 | +proxies that require authentication using default Selenium module complicated the process too much. |
| 9 | +default Selenium module is too much complicated. You can do it using `pip` command: |
9 | 10 | ```bash
|
10 | 11 | pip install selenium-wire
|
11 | 12 | ```
|
|
0 commit comments