MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / switchToContext

Method switchToContext

lib/helper/Appium.js:885–887  ·  view source on GitHub ↗

* Switch to the specified context. * * @param {*} context the context to switch to

(context)

Source from the content-addressed store, hash-verified

883 * @param {*} context the context to switch to
884 */
885 async switchToContext(context) {
886 return this.browser.switchContext(context)
887 }
888
889 /**
890 * Switches to web context.

Callers 6

_withinBeginMethod · 0.95
switchToWebMethod · 0.95
switchToNativeMethod · 0.95
Appium_test.jsFile · 0.80
AppiumTs.types.tsFile · 0.80
Appium.types.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected