MCPcopy 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

findClickableFunction · 0.80
findFieldsFunction · 0.80
findCheckableFunction · 0.80

Calls 1

isFuzzyMethod · 0.95

Tested by

no test coverage detected