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 b436822 commit 7587d40Copy full SHA for 7587d40
dotnet/src/webdriver/Remote/HttpCommandExecutor.cs
@@ -28,7 +28,7 @@ namespace OpenQA.Selenium.Remote
28
/// <summary>
29
/// Provides a way of executing Commands over HTTP
30
/// </summary>
31
- internal class HttpCommandExecutor : ICommandExecutor
+ public class HttpCommandExecutor : ICommandExecutor
32
{
33
private const string JsonMimeType = "application/json";
34
private const string PngMimeType = "image/png";
0 commit comments