ClassDesktopGridPattern
Class
Represents desktop grid pattern.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopGridPattern : DesktopPattern
Inheritance: objectDesktopPatternDesktopGridPattern
Inherited Members
Constructors
DesktopGridPattern(DesktopElement)
Create new instance of DesktopExpandCollapsePattern class.
Declaration
cs-api-definition
public DesktopGridPattern(DesktopElement element)
Parameters
element
Underlying element.
Properties
ColumnCount
Number of columns in the grid.
Methods
GetCellElement(int, int)
Get cell element.
Declaration
cs-api-definition
public DesktopElement GetCellElement(int row, int column)
Parameters
row
The row index.
column
The column index.
Returns
Instance of DesktopElement.