Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
isBasic
Method · 0.95
toXPath
Method · 0.95
waitForText
Method · 0.95
waitForValue
Method · 0.95
waitForText
Method · 0.95
findElements
Function · 0.80
findElement
Function · 0.80
waitForEnabled
Method · 0.80
waitForDisabled
Method · 0.80
waitForDetached
Method · 0.80
buildLocatorString
Function · 0.80
customLocator_test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected