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 afaf332 commit 69f6a3fCopy full SHA for 69f6a3f
1 file changed
java/src/org/openqa/selenium/remote/ProtocolHandshake.java
@@ -19,6 +19,7 @@
19
20
import com.google.common.io.CountingOutputStream;
21
import com.google.common.io.FileBackedOutputStream;
22
+
23
import org.openqa.selenium.Capabilities;
24
import org.openqa.selenium.ImmutableCapabilities;
25
import org.openqa.selenium.Proxy;
@@ -48,7 +49,6 @@
48
49
50
import static com.google.common.net.HttpHeaders.CONTENT_LENGTH;
51
import static com.google.common.net.HttpHeaders.CONTENT_TYPE;
-import static com.google.common.net.HttpHeaders.WARNING;
52
import static java.nio.charset.StandardCharsets.UTF_8;
53
import static org.openqa.selenium.json.Json.JSON_UTF_8;
54
import static org.openqa.selenium.remote.CapabilityType.PROXY;
0 commit comments