Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isBasic
Method · 0.95
toXPath
Method · 0.95
waitForValue
Method · 0.95
waitForText
Method · 0.95
waitForEnabled
Method · 0.80
waitNumberOfVisibleElements
Method · 0.80
waitForElement
Method · 0.80
waitForVisible
Method · 0.80
waitForInvisible
Method · 0.80
waitToHide
Method · 0.80
waitForDetached
Method · 0.80
waitNumberOfVisibleElements
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected