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 e661746 commit 39f4bceCopy full SHA for 39f4bce
dotnet/src/webdriver/DriverService.cs
@@ -173,7 +173,7 @@ public int ProcessId
173
/// <summary>
174
/// Gets a value indicating whether process redirection is enforced regardless of other settings.
175
/// </summary>
176
- /// <remarks>Set this property to <see langword="true"/> to force all process output and input streams to
+ /// <remarks>Set this property to <see langword="true"/> to force all process output and error streams to
177
/// be redirected, even if redirection is not required by default behavior. This can be useful in scenarios where
178
/// capturing process output is necessary for logging or analysis.</remarks>
179
protected virtual internal bool EnableProcessRedirection { get; } = false;
0 commit comments