Method | Description | |
---|---|---|
FindElement ( |
Finds the first T:OpenQA.Selenium.IWebElement using the given method.
|
|
FindElements ( |
Finds all
|
Method | Description | |
---|---|---|
Control ( IWebElement webElement ) : System.Collections.ObjectModel |
Initializes a new instance of the Control class.
|
protected Control ( IWebElement webElement ) : System.Collections.ObjectModel | ||
webElement | IWebElement | The web element. |
return | System.Collections.ObjectModel |
public FindElement ( |
||
@by | ||
return | IWebElement |
public FindElements ( |
||
@by | ||
return | ReadOnlyCollection |