Skip to content

RunAdbParams

Parameters for runAdbBinary and runAdbText.

Import:

import type { RunAdbParams } from 'obsidian-integration-testing';

Signature:

export interface RunAdbParams

Properties

PropertyTypeDescription
commandArgumentsreadonly string[]The arguments to pass after -s <deviceId>, e.g. ['shell', 'input', 'tap', '10', '20'].
deviceIdstringThe device to address, as adb devices lists it.

Links to this page: