C# Class OpenQA.Selenium.Chrome.ChromeCommandExecutor

Provides a mechanism to execute commands on the browser
Inheritance: OpenQA.Selenium.Remote.HttpCommandExecutor
Afficher le fichier Open project: asynchrony/Selenium2 Class Usage Examples

Méthodes publiques

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

Méthode Description
GetDriverServiceUrl ( ChromeDriverService driverService ) : Uri

Method Details

ChromeCommandExecutor() public méthode

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.
Résultat System

Start() public méthode

Starts the ChromeCommandExecutor.
public Start ( ) : void
Résultat void

Stop() public méthode

Stops the ChromeCommandExecutor.
public Stop ( ) : void
Résultat void