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