MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / Command

Method Command

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

nonNullMethod · 0.95
readNonNullMethod · 0.80

Tested by

no test coverage detected