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
packages/types/lib/driver.ts:17
update
▸ update(newSettings
): Promise
<void
>
Parameters
Name | Type |
---|---|
newSettings |
T |
Returns
Promise
<void
>