We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5845843 commit d1f5effCopy full SHA for d1f5eff
java/client/src/org/openqa/selenium/internal/Locatable.java
@@ -16,7 +16,6 @@
16
17
package org.openqa.selenium.internal;
18
19
-import org.openqa.selenium.Point;
20
import org.openqa.selenium.interactions.internal.Coordinates;
21
22
public interface Locatable {
java/client/src/org/openqa/selenium/net/NetworkUtils.java
@@ -20,7 +20,6 @@
import org.openqa.selenium.Platform;
import org.openqa.selenium.WebDriverException;
23
-import java.net.Inet6Address;
24
import java.net.InetAddress;
25
import java.util.ArrayList;
26
import java.util.Collections;
0 commit comments