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:738–738 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
736
export
function
checkSchema(schema) {
737
const
errors = []
738
const
has = (name) => Object.hasOwn(schema.types, name)
739
const
hasUnknown = (node) =>
740
!node
741
? false
Callers
3
report
Function · 0.85
checkSchema
Function · 0.85
checkSelector
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected