Ejemplo n.º 1
0
        public virtual void DBClick(int x = -1, int y = -1)
        {
            ActionsHelper actionsHelper = ActionsHelper.getInstance();

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