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 d628276 commit ede9be7Copy full SHA for ede9be7
lib/PuppeteerSharp/Bidi/Core/BrowsingContext.cs
@@ -65,8 +65,6 @@ private BrowsingContext(UserContext userContext, BrowsingContext parent, string
65
66
public event EventHandler<UserPromptEventArgs> UserPrompt;
67
68
- public event EventHandler<WebDriverBiDi.Log.EntryAddedEventArgs> Log;
69
-
70
public UserContext UserContext { get; }
71
72
public string Id { get; }
0 commit comments