Skip to content

Commit 39f4bce

Browse files
committed
Update DriverService.cs
1 parent e661746 commit 39f4bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DriverService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ public int ProcessId
173173
/// <summary>
174174
/// Gets a value indicating whether process redirection is enforced regardless of other settings.
175175
/// </summary>
176-
/// <remarks>Set this property to <see langword="true"/> to force all process output and input streams to
176+
/// <remarks>Set this property to <see langword="true"/> to force all process output and error streams to
177177
/// be redirected, even if redirection is not required by default behavior. This can be useful in scenarios where
178178
/// capturing process output is necessary for logging or analysis.</remarks>
179179
protected virtual internal bool EnableProcessRedirection { get; } = false;

0 commit comments

Comments
 (0)