Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ has
Function
has
javascript/selenium-webdriver/project_bidi_schema.mjs:434–434 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
432
export
function
checkSchema(schema) {
433
const
errors = []
434
const
has = (name) => Object.hasOwn(schema.types, name)
435
const
refsIn = (node) =>
436
!node
437
? []
Callers
3
report
Function · 0.85
checkSchema
Function · 0.85
checkSelector
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected