Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3266
function
withStrictLocator(locator) {
3267
locator =
new
Locator(locator)
3268
return
locator.simplify()
3269
}
3270
3271
function
isFrameLocator(locator) {
3272
locator =
new
Locator(locator)
Callers
9
_res
Method · 0.85
_withinBegin
Method · 0.85
_locate
Method · 0.85
clickXY
Method · 0.85
scrollIntoView
Method · 0.85
scrollTo
Method · 0.85
moveCursorTo
Method · 0.85
saveElementScreenshot
Method · 0.85
proceedSee
Function · 0.85
Calls
1
simplify
Method · 0.65
Tested by
no test coverage detected