Class StreamHandle

java.lang.Object
org.openqa.selenium.devtools.v85.io.model.StreamHandle

public class StreamHandle extends Object
This is either obtained from another method or specifed as `blob:<uuid>` where `<uuid&gt` is an UUID of a Blob.
  • Constructor Details

    • StreamHandle

      public StreamHandle(String streamHandle)
  • Method Details