Skip to content

Commit d281616

Browse files
Paulius Stundziastundzia
Paulius Stundzia
authored andcommitted
Update selenium readme with selenium-wire deprecation warning
1 parent 44f4017 commit d281616

File tree

1 file changed

+8
-0
lines changed
  • python/selenium-proxy-integration-python

1 file changed

+8
-0
lines changed

python/selenium-proxy-integration-python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ You can do it using `pip` command:
1515
pip install selenium-wire
1616
```
1717

18+
NOTE: Selenium Wire is no longer maintained, so might not work with future versions
19+
of Selenium, tested working combination: Selenium 4.9.1 and Selenium Wire 5.1.0.
20+
21+
To ensure the versions mentioned above:
22+
```bash
23+
pip install selenium==4.9.1 selenium-wire==5.1.0
24+
```
25+
1826
Another recommended package is `webdriver-manager`. It simplifies the management
1927
of binary drivers for different browsers, so you don't need to manually download
2028
a new version of a web driver after each update. Visit the

0 commit comments

Comments
 (0)