public virtual void TypeText(string Text) { ActionsHelper actionsHelper = ActionsHelper.getInstance(); actionsHelper.TypeText(RelayObject.SEWebElement, Text); }