Table of Contents

Class DownloadCanceledEventArgs

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
Selenium.WebDriver.dll
public sealed record DownloadCanceledEventArgs : DownloadEndEventArgs, IEquatable<EventArgs>, IEquatable<DownloadEndEventArgs>, IBaseNavigationInfo, IEquatable<DownloadCanceledEventArgs>
Inheritance
DownloadCanceledEventArgs
Implements
Inherited Members

Constructors

DownloadCanceledEventArgs(IBiDi, BrowsingContext, Navigation?, DateTimeOffset, string)

public DownloadCanceledEventArgs(IBiDi BiDi, BrowsingContext Context, Navigation? Navigation, DateTimeOffset Timestamp, string Url)

Parameters

BiDi IBiDi
Context BrowsingContext
Navigation Navigation
Timestamp DateTimeOffset
Url string

Properties

Navigation

public Navigation? Navigation { get; init; }

Property Value

Navigation

Timestamp

public DateTimeOffset Timestamp { get; init; }

Property Value

DateTimeOffset

Url

public string Url { get; init; }

Property Value

string