MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / Command

Method Command

java/src/org/openqa/selenium/bidi/Command.java:39–41  ·  view source on GitHub ↗
(String method, Map<String, @Nullable Object> params)

Source from the content-addressed store, hash-verified

37 private final boolean sendsResponse;
38
39 public Command(String method, Map<String, @Nullable Object> params) {
40 this(method, params, Object.class);
41 }
42
43 public Command(String method, Map<String, @Nullable Object> params, Type typeOfX) {
44 this(

Callers

nothing calls this directly

Calls 2

nonNullMethod · 0.95
readNonNullMethod · 0.80

Tested by

no test coverage detected