Package org.openqa.selenium.net
Class PortProber
java.lang.Object
org.openqa.selenium.net.PortProber
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
static void
waitForPortUp
(int port, int timeout, TimeUnit unit)
-
Field Details
-
HIGHEST_PORT
public static final int HIGHEST_PORT- See Also:
-
START_OF_USER_PORTS
public static final int START_OF_USER_PORTS- See Also:
-
-
Method Details
-
findFreePort
public static int findFreePort() -
waitForPortUp
-