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

Method isCSS

lib/locator.js:152–154  ·  view source on GitHub ↗

* @returns {boolean}

()

Source from the content-addressed store, hash-verified

150 * @returns {boolean}
151 */
152 isCSS() {
153 return this.type === 'css'
154 }
155
156 /**
157 * @returns {boolean}

Callers 13

isBasicMethod · 0.95
toXPathMethod · 0.95
waitForValueMethod · 0.95
waitForTextMethod · 0.95
waitForEnabledMethod · 0.80
waitForElementMethod · 0.80
waitForVisibleMethod · 0.80
waitForInvisibleMethod · 0.80
waitToHideMethod · 0.80
waitForDetachedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected