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

Method isXPath

lib/locator.js:180–182  ·  view source on GitHub ↗

* @returns {boolean}

()

Source from the content-addressed store, hash-verified

178 * @returns {boolean}
179 */
180 isXPath() {
181 return this.type === 'xpath'
182 }
183
184 /**
185 * @returns {boolean}

Callers 12

isBasicMethod · 0.95
toXPathMethod · 0.95
waitForTextMethod · 0.95
waitForValueMethod · 0.95
waitForTextMethod · 0.95
findElementsFunction · 0.80
findElementFunction · 0.80
waitForEnabledMethod · 0.80
waitForDisabledMethod · 0.80
waitForDetachedMethod · 0.80
buildLocatorStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected