Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Table of Contents

Class SetInterceptFileChooserDialogCommandSettings

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

SetInterceptFileChooserDialog

public sealed class SetInterceptFileChooserDialogCommandSettings : ICommand
Inheritance
SetInterceptFileChooserDialogCommandSettings
Implements
Inherited Members

Properties

Cancel

Gets or sets the cancel

[JsonPropertyName("cancel")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Cancel { get; set; }

Property Value

bool?

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Enabled

Gets or sets the enabled

[JsonPropertyName("enabled")]
public bool Enabled { get; set; }

Property Value

bool