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 3ff5a07 commit 9c5fb53Copy full SHA for 9c5fb53
java/src/org/openqa/selenium/bidi/network/ContinueRequestParameters.java
@@ -17,12 +17,11 @@
17
18
package org.openqa.selenium.bidi.network;
19
20
-import org.openqa.selenium.remote.http.HttpMethod;
21
-
22
import java.util.HashMap;
23
import java.util.List;
24
import java.util.Map;
25
import java.util.stream.Collectors;
+import org.openqa.selenium.remote.http.HttpMethod;
26
27
public class ContinueRequestParameters {
28
private final Map<String, Object> map = new HashMap<>();
0 commit comments