MCPcopy
hub / github.com/codeceptjs/CodeceptJS / withStrictLocator

Function withStrictLocator

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

Source from the content-addressed store, hash-verified

3264}
3265
3266function withStrictLocator(locator) {
3267 locator = new Locator(locator)
3268 return locator.simplify()
3269}
3270
3271function isFrameLocator(locator) {
3272 locator = new Locator(locator)

Callers 9

_resMethod · 0.85
_withinBeginMethod · 0.85
_locateMethod · 0.85
clickXYMethod · 0.85
scrollIntoViewMethod · 0.85
scrollToMethod · 0.85
moveCursorToMethod · 0.85
saveElementScreenshotMethod · 0.85
proceedSeeFunction · 0.85

Calls 1

simplifyMethod · 0.65

Tested by

no test coverage detected