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 8f970c9 commit f5a0502Copy full SHA for f5a0502
1 file changed
README.md
@@ -41,6 +41,13 @@ pip install webdriver-manager
41
42
Note: package name is `webdriver-manager`, import name is `webdriver_manager`.
43
44
+#### Environment scope
45
+
46
+`webdriver-manager` manages **desktop browser drivers** (Windows/macOS/Linux desktop runtimes).
47
+It is not intended for Android/PyDroid local browser automation.
48
49
+For Android automation, use Appium (UiAutomator2) with Chrome/WebView on device/emulator.
50
51
#### Use with Chrome
52
53
```python
0 commit comments