We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f4017 commit d281616Copy full SHA for d281616
python/selenium-proxy-integration-python/README.md
@@ -15,6 +15,14 @@ You can do it using `pip` command:
15
pip install selenium-wire
16
```
17
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
26
Another recommended package is `webdriver-manager`. It simplifies the management
27
of binary drivers for different browsers, so you don't need to manually download
28
a new version of a web driver after each update. Visit the
0 commit comments