C# Class UIAutomation.ExtensionMethodsElementCommon

Description of ExtensionMethodsElementCommon.
Afficher le fichier Open project: apetrovskiy/STUPS

Méthodes publiques

Méthode 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 méthode

public static PerformConvertToSearchCriteria ( this element ) : Hashtable
element this
Résultat System.Collections.Hashtable

PerformHighlight() public static méthode

public static PerformHighlight ( this element ) : IUiElement
element this
Résultat IUiElement

PerformNavigateToFirstChild() public static méthode

public static PerformNavigateToFirstChild ( this element ) : IUiElement
element this
Résultat IUiElement

PerformNavigateToLastChild() public static méthode

public static PerformNavigateToLastChild ( this element ) : IUiElement
element this
Résultat IUiElement

PerformNavigateToNextSibling() public static méthode

public static PerformNavigateToNextSibling ( this element ) : IUiElement
element this
Résultat IUiElement

PerformNavigateToParent() public static méthode

public static PerformNavigateToParent ( this element ) : IUiElement
element this
Résultat IUiElement

PerformNavigateToPreviousSibling() public static méthode

public static PerformNavigateToPreviousSibling ( this element ) : IUiElement
element this
Résultat IUiElement

PerformRefresh() public static méthode

public static PerformRefresh ( this element ) : IUiElement
element this
Résultat IUiElement