Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeceptjs/CodeceptJS
/ isAccessibilityId
Method
isAccessibilityId
lib/locator.js:201–203 ·
view source on GitHub ↗
* @returns {boolean}
()
Source
from the content-addressed store, hash-verified
199
* @returns {boolean}
200
*/
201
isAccessibilityId() {
202
return
this.isFuzzy() && this.value[0] ===
'~'
203
}
204
205
/**
206
* @returns {boolean}
Callers
3
findClickable
Function · 0.80
findFields
Function · 0.80
findCheckable
Function · 0.80
Calls
1
isFuzzy
Method · 0.95
Tested by
no test coverage detected