Пример #1
0
 public StyleCheckValidator(HtmlElementLocator locator = null, string value = null, Regex valueRegex = null, ValueValidateDelegate checkDelegate = null)
 {
     this.Locator       = locator;
     this.Value         = value;
     this.ValueRegex    = valueRegex;
     this.CheckDelegate = checkDelegate;
 }
Пример #2
0
 public StyleCheckValidator(HtmlElementLocator locator = null, string value = null, Regex valueRegex = null, ValueValidateDelegate checkDelegate = null)
 {
     this.Locator = locator;
     this.Value = value;
     this.ValueRegex = valueRegex;
     this.CheckDelegate = checkDelegate;
 }