C# 클래스 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
상속: BaseClass
파일 보기 프로젝트 열기: ectechno/seshell 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

WaitUntilElementAppears() 공개 정적인 메소드

public static WaitUntilElementAppears ( string xpathOfUI ) : void
xpathOfUI string
리턴 void

WaitUntilElementAppears() 공개 정적인 메소드

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

WaitUntilElementFillWithContentUsingXpath() 공개 정적인 메소드

public static WaitUntilElementFillWithContentUsingXpath ( string xpathOfUi ) : void
xpathOfUi string
리턴 void

WaitUntilForElementPresent() 공개 정적인 메소드

public static WaitUntilForElementPresent ( String elementName ) : void
elementName String
리턴 void

WaitUntilPopupWindowAndClose() 공개 정적인 메소드

public static WaitUntilPopupWindowAndClose ( string windowId, string xpathOfUI ) : void
windowId string
xpathOfUI string
리턴 void