We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80739f9 commit 2c2ed3eCopy full SHA for 2c2ed3e
java/client/test/org/openqa/selenium/testing/drivers/RemoteSupplier.java
@@ -18,18 +18,12 @@
18
package org.openqa.selenium.testing.drivers;
19
20
import com.google.common.base.Supplier;
21
-import com.google.common.base.Throwables;
22
23
-import org.apache.jasper.tagplugins.jstl.core.Out;
24
import org.openqa.selenium.Capabilities;
25
import org.openqa.selenium.WebDriver;
26
import org.openqa.selenium.remote.LocalFileDetector;
27
import org.openqa.selenium.remote.RemoteWebDriver;
28
29
-import java.net.MalformedURLException;
30
-import java.net.URL;
31
-import java.util.concurrent.atomic.AtomicBoolean;
32
-
33
public class RemoteSupplier implements Supplier<WebDriver> {
34
35
private static OutOfProcessSeleniumServer server = new OutOfProcessSeleniumServer();
java/client/test/org/openqa/selenium/v1/TestSeleniumServerLauncher.java
0 commit comments