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 ba63816 commit cce294cCopy full SHA for cce294c
1 file changed
dotnet/src/webdriver/DevTools/DevToolsDomains.cs
@@ -37,7 +37,7 @@ public abstract class DevToolsDomains
37
// added to this dictionary.
38
private static readonly Dictionary<int, Type> SupportedDevToolsVersions = new Dictionary<int, Type>()
39
{
40
- { 113, typeof(V114.V114Domains) },
+ { 114, typeof(V114.V114Domains) },
41
{ 113, typeof(V113.V113Domains) },
42
{ 112, typeof(V112.V112Domains) },
43
{ 85, typeof(V85.V85Domains) }
0 commit comments