Table of Contents

Class BucketFileSystemLocator

Namespace
Selenium.WebDriver.BiDi.Cdp.FileSystem
Assembly
Selenium.WebDriver.BiDi.Cdp.dll
public sealed record BucketFileSystemLocator : IEquatable<BucketFileSystemLocator>
Inheritance
BucketFileSystemLocator
Implements
Inherited Members

Constructors

BucketFileSystemLocator(SerializedStorageKey, ImmutableArray<string>)

public BucketFileSystemLocator(SerializedStorageKey StorageKey, ImmutableArray<string> PathComponents)

Parameters

StorageKey SerializedStorageKey

Storage key

PathComponents ImmutableArray<string>

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

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)

public string? BucketName { get; init; }

Property Value

string

PathComponents

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

public ImmutableArray<string> PathComponents { get; init; }

Property Value

ImmutableArray<string>

StorageKey

Storage key

public SerializedStorageKey StorageKey { get; init; }

Property Value

SerializedStorageKey