Example #1
0
 public void SetValue(string input)
 {
     SeleniumText.Type(this.locator, input);
 }
Example #2
0
 public string GetValue()
 {
     return(SeleniumText.GetValue(this.locator, TimeConstants.DEFAULT_5_SECONDS));
 }