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 6479063 commit 49d1e3dCopy full SHA for 49d1e3d
dotnet/src/webdriver/DevTools/DevToolsSession.cs
@@ -36,7 +36,7 @@ namespace OpenQA.Selenium.DevTools
36
///</summary>
37
public class DevToolsSession : IDevToolsSession
38
{
39
- public const int AutoDetectDevToolsProtocolVersion = 106;
+ public const int AutoDetectDevToolsProtocolVersion = 0;
40
41
private readonly string debuggerEndpoint;
42
private string websocketAddress;
0 commit comments