We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a7c47 commit 97aab60Copy full SHA for 97aab60
dotnet/src/webdriver/DriverService.cs
@@ -286,7 +286,7 @@ public async Task StartAsync()
286
}
287
288
bool serviceAvailable = await this.WaitForServiceInitializationAsync().ConfigureAwait(false);
289
- DriverProcessStartedEventArgs processStartedEventArgs = new DriverProcessStartedEventArgs(driverServiceProcess);
+ DriverProcessStartedEventArgs processStartedEventArgs = new DriverProcessStartedEventArgs(this.driverServiceProcess);
290
this.OnDriverProcessStarted(processStartedEventArgs);
291
292
if (!serviceAvailable)
0 commit comments