Class FetchErrorEventArgs
- Namespace
- OpenQA.Selenium.BiDi.Network
- Assembly
- Selenium.WebDriver.dll
public sealed record FetchErrorEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<FetchErrorEventArgs>
- Inheritance
-
FetchErrorEventArgs
- Implements
-
- Inherited Members
-
Constructors
FetchErrorEventArgs(BrowsingContext?, bool, Navigation?, long, RequestData, DateTimeOffset, string, UserContext?, ImmutableArray<Intercept>?)
public FetchErrorEventArgs(BrowsingContext? Context, bool IsBlocked, Navigation? Navigation, long RedirectCount, RequestData Request, DateTimeOffset Timestamp, string ErrorText, UserContext? UserContext, ImmutableArray<Intercept>? Intercepts)
Parameters
Context BrowsingContext
IsBlocked bool
Navigation Navigation
RedirectCount long
Request RequestData
Timestamp DateTimeOffset
ErrorText string
UserContext UserContext
Intercepts ImmutableArray<Intercept>?
Properties
Context
public BrowsingContext? Context { get; init; }
Property Value
- BrowsingContext
ErrorText
public string ErrorText { get; init; }
Property Value
- string
Intercepts
public ImmutableArray<Intercept>? Intercepts { get; init; }
Property Value
- ImmutableArray<Intercept>?
IsBlocked
public bool IsBlocked { get; init; }
Property Value
- bool
Navigation
public Navigation? Navigation { get; init; }
Property Value
- Navigation
RedirectCount
public long RedirectCount { get; init; }
Property Value
- long
Request
public RequestData Request { get; init; }
Property Value
- RequestData
Timestamp
[JsonConverter(typeof(DateTimeOffsetConverter))]
public DateTimeOffset Timestamp { get; init; }
Property Value
- DateTimeOffset
UserContext
public UserContext? UserContext { get; init; }
Property Value
- UserContext