Interface ICDPSessionEvent
- Namespace
- Microsoft.Playwright
- Assembly
- Microsoft.Playwright.dll
ICDPSessionEvent objects are returned by page via the Event(string) method.
Each object represents a named event and allows handling of the event when it is raised.
public interface ICDPSessionEvent
Properties
EventName
string EventName { get; }
Property Value
Events
OnEvent
event EventHandler<JsonElement?> OnEvent