public final class UrlUtils extends Object
Modifier and Type | Method and Description |
---|---|
static String |
concat(String baseUriSpec,
String uriSpec)
Concatenate 2 URL Strings.
|
static String |
sanitizeBaseUrl(String baseUriSpec,
String uriSpec)
Sanitize base url from current url by using the same scheme if http/https.
|
Copyright © 2016 FluentLenium. All Rights Reserved.