Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e7d5d86

Browse files
author
oxyjonas
authored
Update README.md
1 parent 6acb401 commit e7d5d86

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

‎README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@
44

55
## Requirements
66

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:
1011
```bash
1112
pip install selenium-wire
1213
```
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.
1419
```bash
1520
pip install webdriver-manager
1621
```

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /