Skip to content

Commit 0a6260d

Browse files
committed
Fix V96Domains DevToolsVersion property value
1 parent 154a160 commit 0a6260d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DevTools/v96/V96Domains.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public V96Domains(DevToolsSession session)
3636
/// <summary>
3737
/// Gets the DevTools Protocol version for which this class is valid.
3838
/// </summary>
39-
public static int DevToolsVersion => 95;
39+
public static int DevToolsVersion => 96;
4040

4141
/// <summary>
4242
/// 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

Comments
 (0)