Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeleniumHQ/selenium
/ readMap
Method
readMap
java/src/org/openqa/selenium/json/JsonInput.java:524–526 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
522
}
523
524
public
<T> Map<String, T> readMap() {
525
return
requireNonNull(read(Map.
class
));
526
}
527
528
@SuppressWarnings(
"unchecked"
)
529
public
<T> T readMapElement(String key) {
Callers
8
readMapElement
Method · 0.95
Script
Class · 0.80
fromJson
Method · 0.80
BrowsingContext
Class · 0.80
captureScreenshot
Method · 0.80
captureBoxScreenshot
Method · 0.80
captureElementScreenshot
Method · 0.80
print
Method · 0.80
Calls
1
read
Method · 0.95
Tested by
no test coverage detected