Skip to content

Interface: BaseExecuteMethodDef

@appium/types.BaseExecuteMethodDef

Properties shared by execute method definitions in both plugins and drivers

Hierarchy

  • BaseExecuteMethodDef

DriverExecuteMethodDef

PluginExecuteMethodDef

Table of contents

Properties

Properties

params

Optional params: Object

Type declaration

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

Defined in

node_modules/@appium/types/lib/command.ts:112