C# Class SePSXUnitTests.FakeIEDriver

Description of FakeIEDriver.
Inheritance: FakeWebDriver
Datei anzeigen Open project: apetrovskiy/STUPS

Public Methods

Method Description
FakeIEDriver ( ) : System
FakeIEDriver ( DriverService service, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
FakeIEDriver ( InternetExplorerOptions options ) : System
FakeIEDriver ( string internetExplorerDriverServerDirectory ) : System
FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options ) : System
FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System

Method Details

FakeIEDriver() public method

public FakeIEDriver ( ) : System
return System

FakeIEDriver() public method

public FakeIEDriver ( DriverService service, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
service OpenQA.Selenium.DriverService
options OpenQA.Selenium.IE.InternetExplorerOptions
commandTimeout System.TimeSpan
return System

FakeIEDriver() public method

public FakeIEDriver ( InternetExplorerOptions options ) : System
options OpenQA.Selenium.IE.InternetExplorerOptions
return System

FakeIEDriver() public method

public FakeIEDriver ( string internetExplorerDriverServerDirectory ) : System
internetExplorerDriverServerDirectory string
return System

FakeIEDriver() public method

public FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options ) : System
internetExplorerDriverServerDirectory string
options OpenQA.Selenium.IE.InternetExplorerOptions
return System

FakeIEDriver() public method

public FakeIEDriver ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
internetExplorerDriverServerDirectory string
options OpenQA.Selenium.IE.InternetExplorerOptions
commandTimeout System.TimeSpan
return System