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
StorageKeySerializedStorageKeyStorage key
PathComponentsImmutableArray<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
PathComponents
Path to the directory using each path component as an array item.
public ImmutableArray<string> PathComponents { get; init; }
Property Value
StorageKey
Storage key
public SerializedStorageKey StorageKey { get; init; }