Skip to content

Interface: ILogCommands

@appium/types.ILogCommands

Hierarchy

  • ILogCommands

Driver

Table of contents

Properties

Methods

Properties

supportedLogTypes

supportedLogTypes: Readonly<LogDefRecord>

Definition of the available log types

Defined in

packages/types/lib/driver.ts:334

Methods

getLog

getLog(logType): Promise<any>

Get the log for a given log type.

Parameters

Name Type Description
logType string Name/key of log type as defined in supportedLogTypes.

Returns

Promise<any>

Defined in

packages/types/lib/driver.ts:346


getLogTypes

getLogTypes(): Promise<string[]>

Get available log types as a list of strings

Returns

Promise<string[]>

Defined in

packages/types/lib/driver.ts:339