Table of Contents

Class DriverProcessStartingEventArgs

Namespace
OpenQA.Selenium
Assembly
WebDriver.dll

Provides data for the DriverProcessStarting event of a DriverService object.

public class DriverProcessStartingEventArgs : EventArgs
Inheritance
DriverProcessStartingEventArgs
Inherited Members

Constructors

DriverProcessStartingEventArgs(ProcessStartInfo)

Initializes a new instance of the DriverProcessStartingEventArgs class.

public DriverProcessStartingEventArgs(ProcessStartInfo startInfo)

Parameters

startInfo ProcessStartInfo

The ProcessStartInfo of the driver process to be started.

Properties

DriverServiceProcessStartInfo

Gets the ProcessStartInfo object with which the driver service process will be started.

public ProcessStartInfo DriverServiceProcessStartInfo { get; }

Property Value

ProcessStartInfo