Class NetworkEvent
- Namespace
- OpenQA.Selenium.BiDi.Network
- Assembly
- Selenium.WebDriver.dll
public static class NetworkEvent
- Inheritance
-
NetworkEvent
- Inherited Members
-
Properties
AuthRequired
public static EventDescriptor<AuthRequiredEventArgs> AuthRequired { get; }
Property Value
- EventDescriptor<AuthRequiredEventArgs>
BeforeRequestSent
public static EventDescriptor<BeforeRequestSentEventArgs> BeforeRequestSent { get; }
Property Value
- EventDescriptor<BeforeRequestSentEventArgs>
FetchError
public static EventDescriptor<FetchErrorEventArgs> FetchError { get; }
Property Value
- EventDescriptor<FetchErrorEventArgs>
ResponseCompleted
public static EventDescriptor<ResponseCompletedEventArgs> ResponseCompleted { get; }
Property Value
- EventDescriptor<ResponseCompletedEventArgs>
ResponseStarted
public static EventDescriptor<ResponseStartedEventArgs> ResponseStarted { get; }
Property Value
- EventDescriptor<ResponseStartedEventArgs>