Could we implement the `adb.device` interfaces used in `AdbTools`, such as: - [ ] - click - [ ] - swipe - [ ] - drag - [ ] - keyevent - [ ] - app_start - [ ] - install - [x] - screenshot - [ ] - list_packages This would allow us to create a pure HTTP-based tool without requiring ADB dependency.
Could we implement the
adb.deviceinterfaces used inAdbTools, such as:This would allow us to create a pure HTTP-based tool without requiring ADB dependency.