Example #1
0
        public void ClickCell(int cellRowIndex, int cellColumnIndex, int indexInCell)
        {
            HtmlCell      cell    = this.GetCellByIndex(cellRowIndex, cellColumnIndex);
            UITestControl control = cell.GetChildren()[indexInCell];

            Mouse.Click(control);
        }