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