C# Class OpenQA.Selenium.Chrome.ChromeCommandExecutor

Provides a mechanism to execute commands on the browser
Inheritance: OpenQA.Selenium.Remote.HttpCommandExecutor
ファイルを表示 Open project: asynchrony/Selenium2 Class Usage Examples

Public Methods

Method Description
ChromeCommandExecutor ( ChromeDriverService driverService, System.TimeSpan commandTimeout ) : System

Initializes a new instance of the ChromeCommandExecutor class.

Start ( ) : void

Starts the ChromeCommandExecutor.

Stop ( ) : void

Stops the ChromeCommandExecutor.

Private Methods

Method Description
GetDriverServiceUrl ( ChromeDriverService driverService ) : Uri

Method Details

ChromeCommandExecutor() public method

Initializes a new instance of the ChromeCommandExecutor class.
public ChromeCommandExecutor ( ChromeDriverService driverService, System.TimeSpan commandTimeout ) : System
driverService ChromeDriverService The that drives the browser.
commandTimeout System.TimeSpan The maximum amount of time to wait for each command.
return System

Start() public method

Starts the ChromeCommandExecutor.
public Start ( ) : void
return void

Stop() public method

Stops the ChromeCommandExecutor.
public Stop ( ) : void
return void