C# Class OpenQA.Selenium.Remote.Server.DriverRegistrationFailedEventArgs

Contains information about when a driver registration fails
Inheritance: System.EventArgs
Afficher le fichier Open project: jimevans/strontium Class Usage Examples

Méthodes publiques

Méthode Description
DriverRegistrationFailedEventArgs ( string driverClassName, string reason ) : System

Initializes a new instance of the DriverRegistrationFailedEventArgs class.

Method Details

DriverRegistrationFailedEventArgs() public méthode

Initializes a new instance of the DriverRegistrationFailedEventArgs class.
public DriverRegistrationFailedEventArgs ( string driverClassName, string reason ) : System
driverClassName string Full type name of the driver class that failed to register.
reason string Reason the driver failed to register.
Résultat System