C# Class Riganti.Utils.Testing.Selenium.Core.InternetExplorerDriverWrapper

Wraps IEDriver.
This class can track lifecycle of the driver. Needed for FastMode.
Inheritance: OpenQA.Selenium.IE.InternetExplorerDriver, IWebDriverWrapper
ファイルを表示 Open project: riganti/selenium-utils Class Usage Examples

Public Methods

Method Description
InternetExplorerDriverWrapper ( ) : System
InternetExplorerDriverWrapper ( InternetExplorerDriverService service ) : System
InternetExplorerDriverWrapper ( InternetExplorerDriverService service, InternetExplorerOptions options ) : System
InternetExplorerDriverWrapper ( InternetExplorerDriverService service, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System
InternetExplorerDriverWrapper ( InternetExplorerOptions options ) : System
InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory ) : System
InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options ) : System
InternetExplorerDriverWrapper ( string internetExplorerDriverServerDirectory, InternetExplorerOptions options, System.TimeSpan commandTimeout ) : System

Method Details

InternetExplorerDriverWrapper() public method

public InternetExplorerDriverWrapper ( ) : System
return System

InternetExplorerDriverWrapper() public method

public InternetExplorerDriverWrapper ( InternetExplorerDriverService service ) : System
service OpenQA.Selenium.IE.InternetExplorerDriverService
return System

InternetExplorerDriverWrapper() public method

public InternetExplorerDriverWrapper ( InternetExplorerDriverService service, InternetExplorerOptions options ) : System
service OpenQA.Selenium.IE.InternetExplorerDriverService
options OpenQA.Selenium.IE.InternetExplorerOptions
return System

InternetExplorerDriverWrapper() public method

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

InternetExplorerDriverWrapper() public method

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

InternetExplorerDriverWrapper() public method

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

InternetExplorerDriverWrapper() public method

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

InternetExplorerDriverWrapper() public method

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