MCPcopy 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

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