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

Method grabSettings

lib/helper/Appium.js:873–878  ·  view source on GitHub ↗

* Get all the currently specified settings. * * ```js * let settings = await I.grabSettings(); * ``` * * @return {Promise } * * Appium: support Android and iOS

()

Source from the content-addressed store, hash-verified

871 * Appium: support Android and iOS
872 */
873 async grabSettings() {
874 onlyForApps.call(this)
875 const res = await this.browser.getSettings()
876 this.debugSection('Settings', JSON.stringify(res))
877 return res
878 }
879
880 /**
881 * Switch to the specified context.

Callers 4

Appium_ios_test.jsFile · 0.80
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