public void EnterText(Element element, string value, bool clearFirst = true) { string selectorValue = element.htmlSelector.selectorValue; string selectorType = Convert.ToString(element.htmlSelector.selectBy); DomService.EnterText(selectorValue, selectorType, value, clearFirst); }