C# Class Selenium.Application

Inheritance: _Application
Show file Open project: florentbr/SeleniumBasic Class Usage Examples

Public Methods

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

Method Details

ChromeDriver() public method

Creates a new instance of ChromeDriver
public ChromeDriver ( ) : WebDriver
return WebDriver

Dictionary() public method

Creates a new instance of Dictionary
public Dictionary ( ) : Dictionary
return Dictionary

FirefoxDriver() public method

Creates a new instance of FirefoxDriver
public FirefoxDriver ( ) : WebDriver
return WebDriver

IEDriver() public method

Creates a new instance of IEDriver
public IEDriver ( ) : WebDriver
return WebDriver

List() public method

Creates a new instance of List
public List ( ) : Selenium.List
return Selenium.List

OperaDriver() public method

Creates a new instance of OperaDriver
public OperaDriver ( ) : WebDriver
return WebDriver

PdfFile() public method

Creates a new instance of PdfFile
public PdfFile ( ) : Selenium.PdfFile
return Selenium.PdfFile

PhantomJSDriver() public method

Creates a new instance of PhantomJSDriver
public PhantomJSDriver ( ) : WebDriver
return WebDriver

Point() public method

Creates a new instance of Point
public Point ( int x, int y ) : Point
x int
y int
return Point

Size() public method

Creates a new instance of Size
public Size ( int width, int height ) : Selenium.Size
width int
height int
return Selenium.Size

Table() public method

Creates a new instance of Table
public Table ( ) : Selenium.Table
return Selenium.Table

WebDriver() public method

Creates a new instance of WebDriver
public WebDriver ( ) : WebDriver
return WebDriver