메소드 | 설명 | |
---|---|---|
WaitUntilElementAppears ( string xpathOfUI ) : void | ||
WaitUntilElementAppears ( string xpathOfUI, int maxWait ) : void | ||
WaitUntilElementFillWithContentUsingXpath ( string xpathOfUi ) : void | ||
WaitUntilForElementPresent ( String elementName ) : void | ||
WaitUntilPopupWindowAndClose ( string windowId, string xpathOfUI ) : void |
메소드 | 설명 | |
---|---|---|
IsElementPresent ( string xpath ) : bool |
public static WaitUntilElementAppears ( string xpathOfUI ) : void | ||
xpathOfUI | string | |
리턴 | void |
public static WaitUntilElementAppears ( string xpathOfUI, int maxWait ) : void | ||
xpathOfUI | string | |
maxWait | int | |
리턴 | void |
public static WaitUntilElementFillWithContentUsingXpath ( string xpathOfUi ) : void | ||
xpathOfUi | string | |
리턴 | void |
public static WaitUntilForElementPresent ( String elementName ) : void | ||
elementName | String | |
리턴 | void |
public static WaitUntilPopupWindowAndClose ( string windowId, string xpathOfUI ) : void | ||
windowId | string | |
xpathOfUI | string | |
리턴 | void |