Table of Contents

Class DownloadBehavior

Namespace
OpenQA.Selenium.BiDi.Browser
Assembly
Selenium.WebDriver.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "type")]
[JsonDerivedType(typeof(DownloadBehaviorAllowed), "allowed")]
[JsonDerivedType(typeof(DownloadBehaviorDenied), "denied")]
public abstract record DownloadBehavior : IEquatable<DownloadBehavior>
Inheritance
DownloadBehavior
Implements
Derived
Inherited Members

Properties

Default

public static DownloadBehavior? Default { get; }

Property Value

DownloadBehavior