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 154a160 commit 0a6260dCopy full SHA for 0a6260d
dotnet/src/webdriver/DevTools/v96/V96Domains.cs
@@ -36,7 +36,7 @@ public V96Domains(DevToolsSession session)
36
/// <summary>
37
/// Gets the DevTools Protocol version for which this class is valid.
38
/// </summary>
39
- public static int DevToolsVersion => 95;
+ public static int DevToolsVersion => 96;
40
41
42
/// Gets the version-specific domains for the DevTools session. This value must be cast to a version specific type to be at all useful.
0 commit comments