Package jp.vmi.selenium.selenese.utils
Class SeleniumUtils.SeleniumPattern
java.lang.Object
jp.vmi.selenium.selenese.utils.SeleniumUtils.SeleniumPattern
- Enclosing class:
- SeleniumUtils
public static class SeleniumUtils.SeleniumPattern extends Object
string-matching pattern of SeleniumIDE.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSeleniumUtils.SeleniumPattern.Type -
Field Summary
Fields Modifier and Type Field Description PatternregexpPatternRegular Expression of pattern.StringstringPatternString of pattern.SeleniumUtils.SeleniumPattern.TypetypeType of string-matching pattern. -
Constructor Summary
Constructors Constructor Description SeleniumPattern(String pattern)Constructor. -
Method Summary
-
Field Details
-
type
Type of string-matching pattern. -
regexpPattern
Regular Expression of pattern. -
stringPattern
String of pattern.
-
-
Constructor Details
-
SeleniumPattern
Constructor.- Parameters:
pattern- string-matching pattern.
-
-
Method Details