Skip to content

Commit 6b8c48b

Browse files
committed
[dotnet] get CDP working
1 parent 6ce24e4 commit 6b8c48b

File tree

6 files changed

+1
-791
lines changed

6 files changed

+1
-791
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-
{ 107, typeof(V107.V106Domains) },
40+
{ 107, typeof(V107.V107Domains) },
4141
{ 106, typeof(V106.V106Domains) },
4242
{ 105, typeof(V105.V105Domains) },
4343
{ 85, typeof(V85.V85Domains) }

dotnet/src/webdriver/DevTools/v104/V104Domains.cs

Lines changed: 0 additions & 66 deletions
This file was deleted.

dotnet/src/webdriver/DevTools/v104/V104JavaScript.cs

Lines changed: 0 additions & 186 deletions
This file was deleted.

dotnet/src/webdriver/DevTools/v104/V104Log.cs

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)