MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / getStorageInstance

Function getStorageInstance

javascript/selenium-webdriver/bidi/storage.js:193–197  ·  view source on GitHub ↗
(driver)

Source from the content-addressed store, hash-verified

191}
192
193async function getStorageInstance(driver) {
194 let instance = new Storage(driver)
195 await instance.init()
196 return instance
197}
198
199module.exports = getStorageInstance

Callers

nothing calls this directly

Calls 1

initMethod · 0.95

Tested by

no test coverage detected