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 15f6904 commit 138ba07Copy full SHA for 138ba07
dotnet/src/webdriver/DriverService.cs
@@ -333,7 +333,6 @@ protected virtual void OnDriverProcessStarted(DriverProcessStartedEventArgs even
333
/// </summary>
334
/// <param name="sender">The sender of the event.</param>
335
/// <param name="args">The data received event arguments.</param>
336
- /// <param name="isError">A value indicating whether the data received is from the error stream.</param>
337
protected virtual void OnDriverProcessDataReceived(object sender, DataReceivedEventArgs args)
338
{
339
if (string.IsNullOrEmpty(args.Data))
0 commit comments