Skip to content

Interface: IDeviceSettings<T>

@appium/types.IDeviceSettings

Interface implemented by the DeviceSettings class in @appium/base-driver

Type parameters

Name Type
T extends StringRecord

Table of contents

Methods

Methods

getSettings

getSettings(): T

Returns

T

Defined in

node_modules/@appium/types/lib/driver.ts:17


update

update(newSettings): Promise<void>

Parameters

Name Type
newSettings T

Returns

Promise<void>

Defined in

node_modules/@appium/types/lib/driver.ts:16