We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56f32d commit 91a01dcCopy full SHA for 91a01dc
java/src/org/openqa/selenium/devtools/DevTools.java
@@ -90,8 +90,8 @@ public <X> X send(Command<X> command) {
90
}
91
92
public <X> X send(Command<X> command, Duration timeout) {
93
- Require.nonNull("Command to send", command);
94
- return connection.sendAndWait(cdpSession, command, timeout);
+ Require.nonNull("Command to send", command);
+ return connection.sendAndWait(cdpSession, command, timeout);
95
96
97
/**
0 commit comments