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

Method _isCustomLocatorStrategyDefined

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

Source from the content-addressed store, hash-verified

684 }
685
686 _isCustomLocatorStrategyDefined() {
687 return this.customLocatorStrategies && Object.keys(this.customLocatorStrategies).length
688 }
689
690 async _stopBrowser() {
691 if (this.browser && this.isRunning) await this.browser.deleteSession()

Callers 1

_startBrowserMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected