Table of Contents

Class DownloadEndEventArgs

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

Constructors

DownloadEndEventArgs(IBiDi, BrowsingContext)

protected DownloadEndEventArgs(IBiDi BiDi, BrowsingContext Context)

Parameters

BiDi IBiDi
Context BrowsingContext

Properties

Context

public BrowsingContext Context { get; init; }

Property Value

BrowsingContext