Skip to content

Commit 7587d40

Browse files
committed
Making .NET HttpCommandExecutor class public instead of internal
1 parent b436822 commit 7587d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Remote/HttpCommandExecutor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace OpenQA.Selenium.Remote
2828
/// <summary>
2929
/// Provides a way of executing Commands over HTTP
3030
/// </summary>
31-
internal class HttpCommandExecutor : ICommandExecutor
31+
public class HttpCommandExecutor : ICommandExecutor
3232
{
3333
private const string JsonMimeType = "application/json";
3434
private const string PngMimeType = "image/png";

0 commit comments

Comments
 (0)