ClassDesktopTablePattern
Class
Represents table pattern.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopTablePattern : DesktopPattern
Inheritance: objectDesktopPatternDesktopTablePattern
Inherited Members
Constructors
DesktopTablePattern(DesktopElement)
Create new instance of DesktopTablePattern class.
Declaration
cs-api-definition
public DesktopTablePattern(DesktopElement element)
Parameters
element
Underlying element.
Properties
RowOrColumnMajor
Get row or column major.
Declaration
cs-api-definition
public RowOrColumnMajor RowOrColumnMajor { get; }
Property Value
Methods
GetColumnHeaders()
Get column header elements.
Declaration
cs-api-definition
public DesktopElement[] GetColumnHeaders()
Returns
Array of DesktopElement.
GetRowHeaders()
Get row header elements.
Declaration
cs-api-definition
public DesktopElement[] GetRowHeaders()
Returns
Array of DesktopElement.
GetTextOfColumnHeaders()
Get text representation of column headers.
Declaration
cs-api-definition
public string GetTextOfColumnHeaders()
Returns
Column headers as text.
GetTextOfRowHeaders()
Get text representation of row headers.
Declaration
cs-api-definition
public string GetTextOfRowHeaders()
Returns
Row headers as text.