Table of Contents

Class DeleteStorageBucketCommandSettings

Namespace
OpenQA.Selenium.DevTools.V146.Storage
Assembly
Selenium.WebDriver.dll

Deletes the Storage Bucket with the given storage key and bucket name.

public sealed class DeleteStorageBucketCommandSettings : ICommand
Inheritance
DeleteStorageBucketCommandSettings
Implements
Inherited Members

Properties

Bucket

Gets or sets the bucket

[JsonPropertyName("bucket")]
public StorageBucket Bucket { get; set; }

Property Value

StorageBucket

CommandName

Gets the name of the command.

[JsonIgnore]
public string CommandName { get; }

Property Value

string