Skip to content

Interface: DriverExecuteMethodDef<T>

@appium/types.DriverExecuteMethodDef

A definition of an execute method in a Driver.

Type parameters

Name Type
T extends Driver

Hierarchy

DriverExecuteMethodDef

Table of contents

Properties

Properties

command

command: ConditionalKeys<T, DriverCommand>

Defined in

packages/types/lib/command.ts:122


params

Optional params: Object

Type declaration

Name Type
optional? readonly string[]
required? readonly string[]

Inherited from

BaseExecuteMethodDef.params

Defined in

packages/types/lib/command.ts:112