MCPcopy 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

readMapElementMethod · 0.95
ScriptClass · 0.80
fromJsonMethod · 0.80
BrowsingContextClass · 0.80
captureScreenshotMethod · 0.80
captureBoxScreenshotMethod · 0.80
printMethod · 0.80

Calls 1

readMethod · 0.95

Tested by

no test coverage detected