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 28cf415 commit 222f4caCopy full SHA for 222f4ca
dotnet/src/webdriver/Firefox/FirefoxDriverService.cs
@@ -250,7 +250,6 @@ protected override void OnDriverProcessStarting(DriverProcessStartingEventArgs e
250
/// </summary>
251
/// <param name="sender">The sender of the event.</param>
252
/// <param name="args">The data received event arguments.</param>
253
- /// <param name="isError">A value indicating whether the data received is from the error stream.</param>
254
protected override void OnDriverProcessDataReceived(object sender, DataReceivedEventArgs args)
255
{
256
if (string.IsNullOrEmpty(args.Data))
0 commit comments