Class DownloadWillBeginEventArgs
- Namespace
- OpenQA.Selenium.BiDi.BrowsingContext
- Assembly
- Selenium.WebDriver.dll
public sealed record DownloadWillBeginEventArgs : EventArgs, IEquatable<EventArgs>, IBaseNavigationInfo, IEquatable<DownloadWillBeginEventArgs>
- Inheritance
-
DownloadWillBeginEventArgs
- Implements
-
- Inherited Members
-
Constructors
DownloadWillBeginEventArgs(Download, string, BrowsingContext, Navigation?, DateTimeOffset, string)
public DownloadWillBeginEventArgs(Download Download, string SuggestedFilename, BrowsingContext Context, Navigation? Navigation, DateTimeOffset Timestamp, string Url)
Parameters
Download Download
SuggestedFilename string
Context BrowsingContext
Navigation Navigation
Timestamp DateTimeOffset
Url string
Properties
Context
public BrowsingContext Context { get; init; }
Property Value
- BrowsingContext
Download
public Download Download { get; init; }
Property Value
- Download
Navigation
public Navigation? Navigation { get; init; }
Property Value
- Navigation
SuggestedFilename
public string SuggestedFilename { get; init; }
Property Value
- string
Timestamp
[JsonConverter(typeof(DateTimeOffsetConverter))]
public DateTimeOffset Timestamp { get; init; }
Property Value
- DateTimeOffset
Url
public string Url { get; init; }
Property Value
- string