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
Exibir arquivo Open project: ectechno/seshell Class Usage Examples

Public Methods

Method 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

Method Description
IsElementPresent ( string xpath ) : bool

Method Details

WaitUntilElementAppears() public static method

public static WaitUntilElementAppears ( string xpathOfUI ) : void
xpathOfUI string
return void

WaitUntilElementAppears() public static method

public static WaitUntilElementAppears ( string xpathOfUI, int maxWait ) : void
xpathOfUI string
maxWait int
return void

WaitUntilElementFillWithContentUsingXpath() public static method

public static WaitUntilElementFillWithContentUsingXpath ( string xpathOfUi ) : void
xpathOfUi string
return void

WaitUntilForElementPresent() public static method

public static WaitUntilForElementPresent ( String elementName ) : void
elementName String
return void

WaitUntilPopupWindowAndClose() public static method

public static WaitUntilPopupWindowAndClose ( string windowId, string xpathOfUI ) : void
windowId string
xpathOfUI string
return void