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 242cd28 commit aafe05aCopy full SHA for aafe05a
java/src/org/openqa/selenium/remote/service/DriverCommandExecutor.java
@@ -32,9 +32,9 @@
32
import java.util.concurrent.TimeUnit;
33
import java.util.concurrent.TimeoutException;
34
import org.openqa.selenium.WebDriverException;
35
+import org.openqa.selenium.remote.BiDiDelegator;
36
import org.openqa.selenium.remote.Command;
37
import org.openqa.selenium.remote.CommandInfo;
-import org.openqa.selenium.remote.BiDiDelegator;
38
import org.openqa.selenium.remote.DriverCommand;
39
import org.openqa.selenium.remote.HttpCommandExecutor;
40
import org.openqa.selenium.remote.Response;
0 commit comments