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

Method _withinEnd

lib/helper/WebDriver.js:815–822  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

813 }
814
815 async _withinEnd() {
816 if (this.browser.isInsideFrame) {
817 this.browser.isInsideFrame = false
818 return this.switchTo(null)
819 }
820 this.context = this.root
821 this.$$ = this.browser.$$.bind(this.browser)
822 }
823
824 /**
825 * Check if locator is type of "Shadow"

Callers 1

_failedMethod · 0.95

Calls 1

switchToMethod · 0.95

Tested by

no test coverage detected