public virtual void RClick(int x = -1, int y = -1)
        {
            ActionsHelper actionsHelper = ActionsHelper.getInstance();

            actionsHelper.RClick(RelayObject.SEWebElement, x, y);
        }