C# Класс Atata.ClickOnCellByIndexAttribute

Represents the behavior for control clicking by actually clicking the nth <td> cell. There is a sense to apply this behavior to TableRow{TOwner} classes.
Наследование: Atata.ClickBehaviorAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
ClickOnCellByIndexAttribute ( int index ) : System

Initializes a new instance of the ClickOnCellByIndexAttribute class.

Описание методов

ClickOnCellByIndexAttribute() публичный Метод

Initializes a new instance of the ClickOnCellByIndexAttribute class.
public ClickOnCellByIndexAttribute ( int index ) : System
index int The index of a cell.
Результат System