Class BucketFileSystemLocator
java.lang.Object
org.openqa.selenium.devtools.v141.filesystem.model.BucketFileSystemLocator
-
Constructor Summary
ConstructorsConstructorDescriptionBucketFileSystemLocator(SerializedStorageKey storageKey, Optional<String> bucketName, List<String> pathComponents) -
Method Summary
Modifier and TypeMethodDescriptionBucket name.Path to the directory using each path component as an array item.Storage key
-
Constructor Details
-
BucketFileSystemLocator
public BucketFileSystemLocator(SerializedStorageKey storageKey, Optional<String> bucketName, List<String> pathComponents)
-
-
Method Details
-
getStorageKey
Storage key -
getBucketName
Bucket name. Not passing a `bucketName` will retrieve the default Bucket. (https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#storage_buckets) -
getPathComponents
Path to the directory using each path component as an array item.
-