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

Method _withinEnd

lib/helper/Appium.js:400–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398 }
399
400 _withinEnd() {
401 if (this.isWeb) {
402 return super._withinEnd()
403 }
404 return this.switchToNative()
405 }
406
407 _buildAppiumEndpoint() {
408 const { protocol, port, hostname, path } = this.browser.options

Callers 1

finishHelpersFunction · 0.45

Calls 1

switchToNativeMethod · 0.95

Tested by

no test coverage detected