C# 클래스 SizSelCsZzz.WebDriverExtensions

파일 보기 프로젝트 열기: fschwiet/SizSelCsZzz

공개 프로퍼티들

프로퍼티 타입 설명
MaxWaitMS int
WaitIntervalMS int

공개 메소드들

메소드 설명
ClearThenSendKeys ( this element, string text ) : void
ContainsText ( this browser, string text ) : bool
CountElementsMatching ( this browser, string cssSelector ) : int
GetBodyText ( this browser ) : string
WaitForElement ( this node, By condition ) : IWebElement
WaitForElementEx ( this node, By condition, int maxWaitMS = null, int waitIntervalMS = null ) : IWebElement

메소드 상세

ClearThenSendKeys() 공개 정적인 메소드

public static ClearThenSendKeys ( this element, string text ) : void
element this
text string
리턴 void

ContainsText() 공개 정적인 메소드

public static ContainsText ( this browser, string text ) : bool
browser this
text string
리턴 bool

CountElementsMatching() 공개 정적인 메소드

public static CountElementsMatching ( this browser, string cssSelector ) : int
browser this
cssSelector string
리턴 int

GetBodyText() 공개 정적인 메소드

public static GetBodyText ( this browser ) : string
browser this
리턴 string

WaitForElement() 공개 정적인 메소드

public static WaitForElement ( this node, By condition ) : IWebElement
node this
condition OpenQA.Selenium.By
리턴 IWebElement

WaitForElementEx() 공개 정적인 메소드

public static WaitForElementEx ( this node, By condition, int maxWaitMS = null, int waitIntervalMS = null ) : IWebElement
node this
condition OpenQA.Selenium.By
maxWaitMS int
waitIntervalMS int
리턴 IWebElement

프로퍼티 상세

MaxWaitMS 공개적으로 정적으로 프로퍼티

public static int MaxWaitMS
리턴 int

WaitIntervalMS 공개적으로 정적으로 프로퍼티

public static int WaitIntervalMS
리턴 int