Class StreamHandle
- java.lang.Object
-
- org.openqa.selenium.devtools.v103.io.model.StreamHandle
-
public class StreamHandle extends java.lang.Object
This is either obtained from another method or specified as `blob:<uuid>` where `<uuid>` is an UUID of a Blob.
-
-
Constructor Summary
Constructors Constructor Description StreamHandle(java.lang.String streamHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toJson()
java.lang.String
toString()
-