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