C# Class UIAutomation.ExtensionMethodsElementCommon

Description of ExtensionMethodsElementCommon.
Show file Open project: apetrovskiy/STUPS

Public Methods

Method Description
PerformConvertToSearchCriteria ( this element ) : Hashtable
PerformHighlight ( this element ) : IUiElement
PerformNavigateToFirstChild ( this element ) : IUiElement
PerformNavigateToLastChild ( this element ) : IUiElement
PerformNavigateToNextSibling ( this element ) : IUiElement
PerformNavigateToParent ( this element ) : IUiElement
PerformNavigateToPreviousSibling ( this element ) : IUiElement
PerformRefresh ( this element ) : IUiElement

Method Details

PerformConvertToSearchCriteria() public static method

public static PerformConvertToSearchCriteria ( this element ) : Hashtable
element this
return System.Collections.Hashtable

PerformHighlight() public static method

public static PerformHighlight ( this element ) : IUiElement
element this
return IUiElement

PerformNavigateToFirstChild() public static method

public static PerformNavigateToFirstChild ( this element ) : IUiElement
element this
return IUiElement

PerformNavigateToLastChild() public static method

public static PerformNavigateToLastChild ( this element ) : IUiElement
element this
return IUiElement

PerformNavigateToNextSibling() public static method

public static PerformNavigateToNextSibling ( this element ) : IUiElement
element this
return IUiElement

PerformNavigateToParent() public static method

public static PerformNavigateToParent ( this element ) : IUiElement
element this
return IUiElement

PerformNavigateToPreviousSibling() public static method

public static PerformNavigateToPreviousSibling ( this element ) : IUiElement
element this
return IUiElement

PerformRefresh() public static method

public static PerformRefresh ( this element ) : IUiElement
element this
return IUiElement