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 |
Method | Description | |
---|---|---|
IsElementPresent ( string xpath ) : bool |
public static WaitUntilElementAppears ( string xpathOfUI ) : void | ||
xpathOfUI | string | |
return | void |
public static WaitUntilElementAppears ( string xpathOfUI, int maxWait ) : void | ||
xpathOfUI | string | |
maxWait | int | |
return | void |
public static WaitUntilElementFillWithContentUsingXpath ( string xpathOfUi ) : void | ||
xpathOfUi | string | |
return | void |
public static WaitUntilForElementPresent ( String elementName ) : void | ||
elementName | String | |
return | void |
public static WaitUntilPopupWindowAndClose ( string windowId, string xpathOfUI ) : void | ||
windowId | string | |
xpathOfUI | string | |
return | void |