Table of Contents

Class CancelDownloadCommandSettings

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

CancelDownload

public sealed class CancelDownloadCommandSettings : ICommand
Inheritance
CancelDownloadCommandSettings
Implements
Inherited Members

Properties

BrowserContextId

Gets or sets the browserContextId

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

Property Value

string

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string

Guid

Gets or sets the guid

[JsonPropertyName("guid")]
public string Guid { get; set; }

Property Value

string