Method | Description | |
---|---|---|
ChromeDriver ( ) : WebDriver |
Creates a new instance of ChromeDriver
|
|
Dictionary ( ) : Dictionary |
Creates a new instance of Dictionary
|
|
FirefoxDriver ( ) : WebDriver |
Creates a new instance of FirefoxDriver
|
|
IEDriver ( ) : WebDriver |
Creates a new instance of IEDriver
|
|
List ( ) : Selenium.List |
Creates a new instance of List
|
|
OperaDriver ( ) : WebDriver |
Creates a new instance of OperaDriver
|
|
PdfFile ( ) : Selenium.PdfFile |
Creates a new instance of PdfFile
|
|
PhantomJSDriver ( ) : WebDriver |
Creates a new instance of PhantomJSDriver
|
|
Point ( int x, int y ) : Point |
Creates a new instance of Point
|
|
Size ( int width, int height ) : Selenium.Size |
Creates a new instance of Size
|
|
Table ( ) : Selenium.Table |
Creates a new instance of Table
|
|
WebDriver ( ) : WebDriver |
Creates a new instance of WebDriver
|
public Size ( int width, int height ) : Selenium.Size | ||
width | int | |
height | int | |
return | Selenium.Size |