public virtual void MarkText(int start, int end) { ActionsHelper actionsHelper = ActionsHelper.getInstance(); actionsHelper.MarkText(RelayObject.SEWebElement, start, end); }
public virtual void MarkText(string markText) { ActionsHelper actionsHelper = ActionsHelper.getInstance(); actionsHelper.MarkText(RelayObject.SEWebElement, markText); }