Interface: DriverExecuteMethodDef<T>
@appium/types.DriverExecuteMethodDef
A definition of an execute method in a Driver
.
Type parameters
Name | Type |
---|---|
T |
extends Driver <any > |
Hierarchy
↳ DriverExecuteMethodDef
Table of contents
Properties
Properties
command
• command: ConditionalKeys
<T
, DriverCommand
<any
[], unknown
>>
Defined in
node_modules/@appium/types/lib/command.ts:122
params
• Optional
params: Object
Type declaration
Name | Type |
---|---|
optional? |
readonly string [] |
required? |
readonly string [] |
Inherited from
Defined in
node_modules/@appium/types/lib/command.ts:112