Table of Contents

Class DownloadEndEventArgs

Namespace
OpenQA.Selenium.BiDi.BrowsingContext
Assembly
WebDriver.dll
[JsonConverter(typeof(DownloadEndEventArgsConverter))]
public abstract record DownloadEndEventArgs : EventArgs, IEquatable<EventArgs>, IEquatable<DownloadEndEventArgs>
Inheritance
DownloadEndEventArgs
Implements
Derived
Inherited Members

Constructors

DownloadEndEventArgs(BrowsingContext)

protected DownloadEndEventArgs(BrowsingContext Context)

Parameters

Context BrowsingContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext