Skip to content

Interface: BaseMethodDef

@appium/types.BaseMethodDef

Both DriverMethodDef and PluginMethodDef share these properties.

Hierarchy

  • BaseMethodDef

↳ DriverMethodDef

↳ PluginMethodDef

Table of contents

Properties

Properties

neverProxy

• Optional Readonly neverProxy: boolean

If true, this Method will never proxy.

Defined in

packages/types/lib/command.ts:57


payloadParams

• Optional Readonly payloadParams: PayloadParams

Specifies shape of payload

Defined in

packages/types/lib/command.ts:61