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
BiDiIBiDiContextBrowsingContext
Properties
Context
public BrowsingContext Context { get; init; }