Skip to content

Commit f5a0502

Browse files
Docs: clarify webdriver-manager scope for desktop browsers and Android/PyDroid guidance (#640)
1 parent 8f970c9 commit f5a0502

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ pip install webdriver-manager
4141

4242
Note: package name is `webdriver-manager`, import name is `webdriver_manager`.
4343

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+
4451
#### Use with Chrome
4552

4653
```python

0 commit comments

Comments
 (0)