public class UrlUtils extends Object
| Constructor and Description |
|---|
UrlUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isLocalhost(URL url)
Checks whether the given
URL is a localhost address |
static boolean |
isReachable(URL url)
Tries to open connection to the given
URL to check it is reachable |
static boolean |
isSeleniumHubRunningOnDefaultUrl()
Tries to open connection to the default URL of Selenium Server (localhost:4444) to check whether
Selenium Hub is started
|
public static boolean isSeleniumHubRunningOnDefaultUrl()
public static boolean isReachable(URL url)
URL to check it is reachableCopyright © 2017 JBoss by Red Hat. All rights reserved.