Method | Description | |
---|---|---|
FindMany ( IWebDriver webDriver, string selector, int seconds = 10 ) : IEnumerable |
||
FindOne ( IWebDriver webDriver, string selector, int seconds = 10 ) : IWebElement | ||
SetWebElement ( string selector, IWebElement element, Available after = Available.Immediately ) : void | ||
ShouldBeInstructedToWaitSeconds ( string element, int seconds ) : void | ||
ThrowWhenNotFound ( |
Method | Description | |
---|---|---|
AvailableElements ( string selector, int seconds ) : IEnumerable |
public FindMany ( IWebDriver webDriver, string selector, int seconds = 10 ) : IEnumerable |
||
webDriver | IWebDriver | |
selector | string | |
seconds | int | |
return | IEnumerable |
public FindOne ( IWebDriver webDriver, string selector, int seconds = 10 ) : IWebElement | ||
webDriver | IWebDriver | |
selector | string | |
seconds | int | |
return | IWebElement |
public SetWebElement ( string selector, IWebElement element, Available after = Available.Immediately ) : void | ||
selector | string | |
element | IWebElement | |
after | Available | |
return | void |
public ShouldBeInstructedToWaitSeconds ( string element, int seconds ) : void | ||
element | string | |
seconds | int | |
return | void |
public ThrowWhenNotFound ( |
||
exception | ||
return | void |