You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/jsonrpc_README.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,17 @@ This section documents the JSON-RPC methods registered by the server and shows e
144
144
- `deviceId` (string)
145
145
- `bundleId` (string) - required
146
146
147
+
-`apps_terminate`
148
+
- Description: Terminate a running app on a device.
149
+
- Params: object
150
+
- `deviceId` (string)
151
+
- `bundleId` (string) - required
152
+
153
+
-`apps_list`
154
+
- Description: List installed apps on a device.
155
+
- Params: object (optional)
156
+
- `deviceId` (string)
157
+
147
158
Common notes:
148
159
- For most methods `deviceId` is optional; when omitted the server auto-selects a single online device or returns an error when multiple devices are available.
149
160
- Methods that interact with the UI/agent (`io_*`, `dump_ui`, `apps_launch`, `device_info`, etc.) call `StartAgent` which may start/forward WDA for iOS devices. If WDA is unresponsive the server will attempt to relaunch it.
@@ -245,3 +256,19 @@ curl -s -X POST http://localhost:12000/rpc \
0 commit comments