Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
193
async
function
getStorageInstance(driver) {
194
let
instance =
new
Storage(driver)
195
await
instance.init()
196
return
instance
197
}
198
199
module.exports = getStorageInstance
Callers
nothing calls this directly
Calls
1
init
Method · 0.95
Tested by
no test coverage detected