Table of Contents

Class DeleteStorageBucketCommandSettings

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

DeleteStorageBucket

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