Table of Contents

Class BucketFileSystemLocator

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

BucketFileSystemLocator

public sealed class BucketFileSystemLocator
Inheritance
BucketFileSystemLocator
Inherited Members

Properties

BucketName

Bucket name. Not passing a bucketName will retrieve the default Bucket. (https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#storage_buckets)

[JsonPropertyName("bucketName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? BucketName { get; set; }

Property Value

string

PathComponents

Path to the directory using each path component as an array item.

[JsonPropertyName("pathComponents")]
public string[] PathComponents { get; set; }

Property Value

string[]

StorageKey

Storage key

[JsonPropertyName("storageKey")]
public string StorageKey { get; set; }

Property Value

string