Interface: StandardCapabilities
@appium/types.StandardCapabilities
Table of contents
Properties
- acceptInsecureCerts
- browserName
- browserVersion
- pageLoadStrategy
- platformName
- proxy
- setWindowRect
- strictFileInteractability
- timeouts
- unhandledPromptBehavior
- webSocketUrl
Properties
acceptInsecureCerts
• Optional
acceptInsecureCerts: boolean
Indicates whether untrusted and self-signed TLS certificates are implicitly trusted on navigation for the duration of the session.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:36
browserName
• Optional
browserName: string
Identifies the user agent.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:24
browserVersion
• Optional
browserVersion: string
Identifies the version of the user agent.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:28
pageLoadStrategy
• Optional
pageLoadStrategy: PageLoadingStrategy
Defines the current session’s page load strategy.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:40
platformName
• Optional
platformName: string
Identifies the operating system of the endpoint node.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:32
proxy
• Optional
proxy: ProxyObject
Defines the current session’s proxy configuration.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:44
setWindowRect
• Optional
setWindowRect: boolean
Indicates whether the remote end supports all of the resizing and repositioning commands.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:48
strictFileInteractability
• Optional
strictFileInteractability: boolean
Defines the current session’s strict file interactability.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:56
timeouts
• Optional
timeouts: Timeouts
Describes the timeouts imposed on certain session operations.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:52
unhandledPromptBehavior
• Optional
unhandledPromptBehavior: string
Describes the current session’s user prompt handler. Defaults to the dismiss and notify state.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:60
webSocketUrl
• Optional
webSocketUrl: boolean
WebDriver clients opt in to a bidirectional connection by requesting a capability with the name "webSocketUrl" and value true.
Defined in
node_modules/@appium/types/lib/standard-caps.ts:64