MCPcopy 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
135async function getInputInstance(driver) {
136 let instance = new Input(driver)
137 await instance.init()
138 return instance
139}
140
141module.exports = getInputInstance

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected