Table of Contents

Class CancelDownloadCommandSettings

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

Cancel a download if in progress

public sealed class CancelDownloadCommandSettings : ICommand
Inheritance
CancelDownloadCommandSettings
Implements
Inherited Members

Properties

BrowserContextId

BrowserContext to perform the action in. When omitted, default browser context is used.

[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

Global unique identifier of the download.

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

Property Value

string