public class SeleniumUtils extends Object
| Constructor and Description |
|---|
SeleniumUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
convertToString(T result)
Convert to String from the result of execute().
|
static String |
getVersion()
Get Selenium version.
|
static boolean |
patternMatches(String pattern,
CharSequence input)
String-match pattern.
|
public static String getVersion()
public static boolean patternMatches(String pattern, CharSequence input)
pattern - pattern. prefix is "glob:", "regexp:", "regexpi:", or "exact:".input - input string.public static <T> String convertToString(T result)
T - the type of result object.result - the result of execute().Copyright © 2014. All rights reserved.