Interface: DriverStatic<T>
@appium/types.DriverStatic
Static members of a DriverClass.
This is likely unusable by external consumers, but YMMV!
Type parameters
| Name | Type |
|---|---|
T |
extends Driver |
Table of contents
Properties
Properties
baseVersion
• baseVersion: string
Defined in
appium/packages/types/lib/driver.ts:2025
executeMethodMap
• Optional executeMethodMap: ExecuteMethodMap<T>
Defined in
appium/packages/types/lib/driver.ts:2028
newMethodMap
• Optional newMethodMap: MethodMap<T>
Defined in
appium/packages/types/lib/driver.ts:2027
updateServer
• Optional updateServer: UpdateServerCallback