Table of Contents

Class SetDownloadBehaviorCommandSettings

Namespace
OpenQA.Selenium.DevTools.V131.Page
Assembly
WebDriver.dll

SetDownloadBehavior

public sealed class SetDownloadBehaviorCommandSettings : ICommand
Inheritance
SetDownloadBehaviorCommandSettings
Implements
Inherited Members

Properties

Behavior

Gets or sets the behavior

[JsonPropertyName("behavior")]
public string Behavior { get; set; }

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

DownloadPath

Gets or sets the downloadPath

[JsonPropertyName("downloadPath")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string DownloadPath { get; set; }

Property Value

string