Class IO.ReadResponse
- java.lang.Object
-
- org.openqa.selenium.devtools.v114.io.IO.ReadResponse
-
- Enclosing class:
- IO
public static class IO.ReadResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ReadResponse(java.util.Optional<java.lang.Boolean> base64Encoded, java.lang.String data, java.lang.Boolean eof)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Boolean>getBase64Encoded()Set if the data is base64-encodedjava.lang.StringgetData()Data that were read.java.lang.BooleangetEof()Set if the end-of-file condition occurred while reading.
-