Table of Contents

Class DownloadBehaviorAllowed

Namespace
OpenQA.Selenium.BiDi.Browser
Assembly
Selenium.WebDriver.dll
public sealed record DownloadBehaviorAllowed : DownloadBehavior, IEquatable<DownloadBehavior>, IEquatable<DownloadBehaviorAllowed>
Inheritance
DownloadBehaviorAllowed
Implements
Inherited Members

Constructors

DownloadBehaviorAllowed(string)

public DownloadBehaviorAllowed(string DestinationFolder)

Parameters

DestinationFolder string

Properties

DestinationFolder

public string DestinationFolder { get; init; }

Property Value

string