Appium
getAppiumContext
Appium command. More details can be found in the official protocol docs.
Usage
driver.getAppiumContext()
Returns
- <Context>
context
: a string representing the current context or null representing 'no context'
switchAppiumContext
Appium command. More details can be found in the official protocol docs.
Usage
driver.switchAppiumContext(name)
Parameters
Name | Type | Details |
---|---|---|
name | string | a string representing an available context |
getAppiumContexts
Appium command. More details can be found in the official protocol docs.