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

Method _res

lib/helper/WebDriver.js:630–633  ·  view source on GitHub ↗
(locator)

Source from the content-addressed store, hash-verified

628 }
629
630 async _res(locator) {
631 const res = this._isShadowLocator(locator) || this._isCustomLocator(locator) ? await this._locate(locator) : await this.$$(withStrictLocator(locator))
632 return res
633 }
634
635 async _startBrowser() {
636 try {

Callers 10

seeElementInDOMMethod · 0.95
dontSeeElementInDOMMethod · 0.95
waitForEnabledMethod · 0.95
waitForElementMethod · 0.95
waitForVisibleMethod · 0.95
waitForInvisibleMethod · 0.95
waitForDetachedMethod · 0.95
waitForVisibleMethod · 0.80
waitForInvisibleMethod · 0.80

Calls 5

_isShadowLocatorMethod · 0.95
_isCustomLocatorMethod · 0.95
_locateMethod · 0.95
withStrictLocatorFunction · 0.85
$$Method · 0.80

Tested by

no test coverage detected