프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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, |
||
WaitForElementEx ( this node, |
public static ClearThenSendKeys ( this element, string text ) : void | ||
element | this | |
text | string | |
리턴 | void |
public static ContainsText ( this browser, string text ) : bool | ||
browser | this | |
text | string | |
리턴 | bool |
public static CountElementsMatching ( this browser, string cssSelector ) : int | ||
browser | this | |
cssSelector | string | |
리턴 | int |
public static WaitForElement ( this node, |
||
node | this | |
condition | ||
리턴 | IWebElement |
public static WaitForElementEx ( this node, |
||
node | this | |
condition | ||
maxWaitMS | int | |
waitIntervalMS | int | |
리턴 | IWebElement |