Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getInputInstance
Function
getInputInstance
javascript/selenium-webdriver/bidi/input.js:135–139 ·
view source on GitHub ↗
(driver)
Source
from the content-addressed store, hash-verified
133
}
134
135
async
function
getInputInstance(driver) {
136
let
instance =
new
Input(driver)
137
await
instance.init()
138
return
instance
139
}
140
141
module.exports = getInputInstance
Callers
nothing calls this directly
Calls
1
init
Method · 0.95
Tested by
no test coverage detected