RunAdbParams
Parameters for runAdbBinary and runAdbText.
Import:
import type { RunAdbParams } from 'obsidian-integration-testing';Signature:
export interface RunAdbParamsProperties
| Property | Type | Description |
|---|---|---|
| commandArguments | readonly string[] | The arguments to pass after -s <deviceId>, e.g. ['shell', 'input', 'tap', '10', '20']. |
| deviceId | string | The device to address, as adb devices lists it. |
Links to this page: