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

Method isBasic

lib/locator.js:208–210  ·  view source on GitHub ↗

* @returns {boolean}

()

Source from the content-addressed store, hash-verified

206 * @returns {boolean}
207 */
208 isBasic() {
209 return this.isCSS() || this.isXPath()
210 }
211
212 /**
213 * @param {string} [pseudoSelector] CSS to XPath extension pseudo: https://www.npmjs.com/package/csstoxpath?activeTab=explore#extension-pseudos

Callers

nothing calls this directly

Calls 2

isCSSMethod · 0.95
isXPathMethod · 0.95

Tested by

no test coverage detected