docs(openspec): complete android-driver command sanity check
Completes task 1.1: verified mobile: clickGesture, mobile: dragGesture, mobile: pressKey (keycode=3 / KEYCODE_HOME), and the appium:systemPort capability against the official appium-uiautomator2-driver README and android-mobile-gestures.md (master, 2026-07), plus the installed appium-python-client 5.3.1. All four match driver/android_driver.py. 16/16 tasks complete; openspec validate --strict passes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
## 1. Appium UiAutomator2 command surface (confirmed via research, see design.md Decisions)
|
||||
|
||||
- [ ] 1.1 Sanity-check the confirmed mobile commands against whatever `appium-uiautomator2-driver` version is actually resolved in `.venv` before coding: `mobile: clickGesture` (tap), `mobile: dragGesture` (swipe/drag), `mobile: pressKey` (home), `appium:systemPort` (port isolation capability). Docs referenced (2026-07): `github.com/appium/appium-uiautomator2-driver` README and `docs/android-mobile-gestures.md`.
|
||||
- [x] 1.1 Sanity-check the confirmed mobile commands against whatever `appium-uiautomator2-driver` version is actually resolved in `.venv` before coding: `mobile: clickGesture` (tap), `mobile: dragGesture` (swipe/drag), `mobile: pressKey` (home), `appium:systemPort` (port isolation capability). Docs referenced (2026-07): `github.com/appium/appium-uiautomator2-driver` README and `docs/android-mobile-gestures.md`.
|
||||
|
||||
## 2. Driver implementation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user