Interface: LogDef
@appium/types.LogDef
A definition of a log type
Table of contents
Properties
Properties
description
• description: string
Description of the log type.
The only place this is used is in error messages if the client provides an invalid log type
via getLog
.
Defined in
node_modules/@appium/types/lib/driver.ts:369
getter
• getter: (driver
: any
) => unknown
[] | Promise
<unknown
[]>
Type declaration
▸ (driver
): unknown
[] | Promise
<unknown
[]>
Returns all the log data for the given type
This implementation should drain, truncate or otherwise reset the log buffer.
Parameters
Name | Type |
---|---|
driver |
any |
Returns
unknown
[] | Promise
<unknown
[]>
Defined in
node_modules/@appium/types/lib/driver.ts:375