Skip to content

Commit 49d1e3d

Browse files
committed
[dotnet] this value was incorrectly changed
1 parent 6479063 commit 49d1e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DevTools/DevToolsSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace OpenQA.Selenium.DevTools
3636
///</summary>
3737
public class DevToolsSession : IDevToolsSession
3838
{
39-
public const int AutoDetectDevToolsProtocolVersion = 106;
39+
public const int AutoDetectDevToolsProtocolVersion = 0;
4040

4141
private readonly string debuggerEndpoint;
4242
private string websocketAddress;

0 commit comments

Comments
 (0)