|
4 | 4 |
|
5 | 5 | ## Requirements
|
6 | 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: |
| 7 | +For the integration to work, you'll need to install [Selenium Wire](https://github.com/wkeeling/selenium-wire) to extend Selenium’s |
| 8 | +Python bindings as implementing proxies that require authentication using default Selenium module complicates the process too much. |
| 9 | + |
| 10 | +You can do it using `pip` command: |
10 | 11 | ```bash
|
11 | 12 | pip install selenium-wire
|
12 | 13 | ```
|
13 | | -Another required package is `webdriver-manager`. It's a package that simplifies the management of binary drivers for different browsers, so you don't need to manually download a new version of a web driver after each update. Visit the [official project directory](https://pypi.org/project/webdriver-manager/) on pypi to find out more information. You can install the following using `pip` as well. |
| 14 | +Another required package is `webdriver-manager`. It's a package that simplifies the management of binary drivers for different browsers, |
| 15 | +so you don't need to manually download a new version of a web driver after each update. Visit the [official project directory](https://pypi.org/project/webdriver-manager/) |
| 16 | +on pypi to find out more information. |
| 17 | + |
| 18 | +You can install the following using `pip` as well. |
14 | 19 | ```bash
|
15 | 20 | pip install webdriver-manager
|
16 | 21 | ```
|
|
0 commit comments