Class BucketFileSystemLocator

java.lang.Object
org.openqa.selenium.devtools.v141.filesystem.model.BucketFileSystemLocator

public class BucketFileSystemLocator extends Object
  • Constructor Details

  • Method Details

    • getStorageKey

      public SerializedStorageKey getStorageKey()
      Storage key
    • getBucketName

      public Optional<String> 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

      public List<String> getPathComponents()
      Path to the directory using each path component as an array item.