Skip to content

Commit cce294c

Browse files
committed
[dotnet] Fixing typo on new CDP version
1 parent ba63816 commit cce294c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/DevTools/DevToolsDomains.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public abstract class DevToolsDomains
3737
// added to this dictionary.
3838
private static readonly Dictionary<int, Type> SupportedDevToolsVersions = new Dictionary<int, Type>()
3939
{
40-
{ 113, typeof(V114.V114Domains) },
40+
{ 114, typeof(V114.V114Domains) },
4141
{ 113, typeof(V113.V113Domains) },
4242
{ 112, typeof(V112.V112Domains) },
4343
{ 85, typeof(V85.V85Domains) }

0 commit comments

Comments
 (0)