C# Class 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.
Inheritance: Atata.ClickBehaviorAttribute
Datei anzeigen Open project: atata-framework/atata

Public Methods

Method Description
ClickOnCellByIndexAttribute ( int index ) : System

Initializes a new instance of the ClickOnCellByIndexAttribute class.

Method Details

ClickOnCellByIndexAttribute() public method

Initializes a new instance of the ClickOnCellByIndexAttribute class.
public ClickOnCellByIndexAttribute ( int index ) : System
index int The index of a cell.
return System