Example #1
0
        public virtual void MarkText(int start, int end)
        {
            ActionsHelper actionsHelper = ActionsHelper.getInstance();

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

            actionsHelper.MarkText(RelayObject.SEWebElement, markText);
        }