Interface: BaseMethodDef
@appium/types.BaseMethodDef
Both DriverMethodDef
and PluginMethodDef
share these properties.
Hierarchy
BaseMethodDef
Table of contents
Properties
Properties
neverProxy
• Optional
Readonly
neverProxy: boolean
If true, this Method
will never proxy.
Defined in
node_modules/@appium/types/lib/command.ts:57
payloadParams
• Optional
Readonly
payloadParams: PayloadParams
Specifies shape of payload
Defined in
node_modules/@appium/types/lib/command.ts:61