Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ readMap
Method
readMap
java/src/org/openqa/selenium/json/JsonInput.java:465–467 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
463
}
464
465
public
<T> Map<String, T> readMap() {
466
return
requireNonNull(read(Map.
class
));
467
}
468
469
@SuppressWarnings(
"unchecked"
)
470
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