Skip to content

Commit

Permalink
[dotnet] get CDP working
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 26, 2022
1 parent 6ce24e4 commit 6b8c48b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 791 deletions.
2 changes: 1 addition & 1 deletion dotnet/src/webdriver/DevTools/DevToolsDomains.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public abstract class DevToolsDomains
// added to this dictionary.
private static readonly Dictionary<int, Type> SupportedDevToolsVersions = new Dictionary<int, Type>()
{
{ 107, typeof(V107.V106Domains) },
{ 107, typeof(V107.V107Domains) },
{ 106, typeof(V106.V106Domains) },
{ 105, typeof(V105.V105Domains) },
{ 85, typeof(V85.V85Domains) }
Expand Down
66 changes: 0 additions & 66 deletions dotnet/src/webdriver/DevTools/v104/V104Domains.cs

This file was deleted.

186 changes: 0 additions & 186 deletions dotnet/src/webdriver/DevTools/v104/V104JavaScript.cs

This file was deleted.

80 changes: 0 additions & 80 deletions dotnet/src/webdriver/DevTools/v104/V104Log.cs

This file was deleted.

Loading

0 comments on commit 6b8c48b

Please sign in to comment.