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(IBiDi, BrowsingContext?, bool, Navigation?, long, RequestData, DateTimeOffset, string, UserContext?, IReadOnlyList<Intercept>?)
public FetchErrorEventArgs(IBiDi BiDi, BrowsingContext? Context, bool IsBlocked, Navigation? Navigation, long RedirectCount, RequestData Request, DateTimeOffset Timestamp, string ErrorText, UserContext? UserContext, IReadOnlyList<Intercept>? Intercepts)
Parameters
BiDi IBiDi
Context BrowsingContext
IsBlocked bool
Navigation Navigation
RedirectCount long
Request RequestData
Timestamp DateTimeOffset
ErrorText string
UserContext UserContext
Intercepts IReadOnlyList<Intercept>
Properties
Context
public BrowsingContext? Context { get; init; }
Property Value
- BrowsingContext
ErrorText
public string ErrorText { get; init; }
Property Value
- string
Intercepts
public IReadOnlyList<Intercept>? Intercepts { get; init; }
Property Value
- IReadOnlyList<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
public DateTimeOffset Timestamp { get; init; }
Property Value
- DateTimeOffset
UserContext
public UserContext? UserContext { get; init; }
Property Value
- UserContext