C# Class Selenium.Application

Inheritance: _Application
Afficher le fichier Open project: florentbr/SeleniumBasic Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a new instance of ChromeDriver
public ChromeDriver ( ) : WebDriver
Résultat WebDriver

Dictionary() public méthode

Creates a new instance of Dictionary
public Dictionary ( ) : Dictionary
Résultat Dictionary

FirefoxDriver() public méthode

Creates a new instance of FirefoxDriver
public FirefoxDriver ( ) : WebDriver
Résultat WebDriver

IEDriver() public méthode

Creates a new instance of IEDriver
public IEDriver ( ) : WebDriver
Résultat WebDriver

List() public méthode

Creates a new instance of List
public List ( ) : Selenium.List
Résultat Selenium.List

OperaDriver() public méthode

Creates a new instance of OperaDriver
public OperaDriver ( ) : WebDriver
Résultat WebDriver

PdfFile() public méthode

Creates a new instance of PdfFile
public PdfFile ( ) : Selenium.PdfFile
Résultat Selenium.PdfFile

PhantomJSDriver() public méthode

Creates a new instance of PhantomJSDriver
public PhantomJSDriver ( ) : WebDriver
Résultat WebDriver

Point() public méthode

Creates a new instance of Point
public Point ( int x, int y ) : Point
x int
y int
Résultat Point

Size() public méthode

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

Table() public méthode

Creates a new instance of Table
public Table ( ) : Selenium.Table
Résultat Selenium.Table

WebDriver() public méthode

Creates a new instance of WebDriver
public WebDriver ( ) : WebDriver
Résultat WebDriver