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 73f78ee commit 9459214Copy full SHA for 9459214
dotnet/src/webdriver/DevTools/DevToolsDomains.cs
@@ -35,7 +35,7 @@ public abstract class DevToolsDomains
35
36
// This is the list of known supported DevTools version implementation.
37
// When new versions are implemented for support, new types must be
38
- // added to this dictionary.
+ // added to this array and to the method below.
39
private static int[] SupportedDevToolsVersions =>
40
[
41
130,
0 commit comments