C# Class SeShell.Test.Core.ThreadWait

Utility is being used to keep the actions waiting for a specified time or till the next required object/contorls avaiable
Inheritance: BaseClass
Afficher le fichier Open project: ectechno/seshell Class Usage Examples

Méthodes publiques

Méthode Description
WaitUntilElementAppears ( string xpathOfUI ) : void
WaitUntilElementAppears ( string xpathOfUI, int maxWait ) : void
WaitUntilElementFillWithContentUsingXpath ( string xpathOfUi ) : void
WaitUntilForElementPresent ( String elementName ) : void
WaitUntilPopupWindowAndClose ( string windowId, string xpathOfUI ) : void

Private Methods

Méthode Description
IsElementPresent ( string xpath ) : bool

Method Details

WaitUntilElementAppears() public static méthode

public static WaitUntilElementAppears ( string xpathOfUI ) : void
xpathOfUI string
Résultat void

WaitUntilElementAppears() public static méthode

public static WaitUntilElementAppears ( string xpathOfUI, int maxWait ) : void
xpathOfUI string
maxWait int
Résultat void

WaitUntilElementFillWithContentUsingXpath() public static méthode

public static WaitUntilElementFillWithContentUsingXpath ( string xpathOfUi ) : void
xpathOfUi string
Résultat void

WaitUntilForElementPresent() public static méthode

public static WaitUntilForElementPresent ( String elementName ) : void
elementName String
Résultat void

WaitUntilPopupWindowAndClose() public static méthode

public static WaitUntilPopupWindowAndClose ( string windowId, string xpathOfUI ) : void
windowId string
xpathOfUI string
Résultat void