Class DownloadCanceledEventArgs
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- WebDriver.dll
public sealed record DownloadCanceledEventArgs : DownloadEndEventArgs, IEquatable<EventArgs>, IEquatable<DownloadEndEventArgs>, IBaseNavigationInfo, IEquatable<DownloadCanceledEventArgs>
- Inheritance
-
DownloadCanceledEventArgs
- Implements
- Inherited Members
Constructors
DownloadCanceledEventArgs(BrowsingContext, Navigation?, DateTimeOffset, string)
public DownloadCanceledEventArgs(BrowsingContext Context, Navigation? Navigation, DateTimeOffset Timestamp, string Url)
Parameters
ContextBrowsingContextNavigationNavigationTimestampDateTimeOffsetUrlstring
Properties
Navigation
public Navigation? Navigation { get; init; }
Property Value
Timestamp
public DateTimeOffset Timestamp { get; init; }
Property Value
Url
public string Url { get; init; }