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 23893fb commit 3bc24e1Copy full SHA for 3bc24e1
java/src/org/openqa/selenium/remote/ExecuteMethod.java
@@ -36,5 +36,4 @@ public interface ExecuteMethod {
36
* @return The result of {@link Response#getValue()}.
37
*/
38
@Nullable Object execute(String commandName, @Nullable Map<String, ?> parameters);
39
-
40
}
0 commit comments