Class IO.ReadResponse

java.lang.Object
org.openqa.selenium.devtools.v85.io.IO.ReadResponse
Enclosing class:
IO

public static class IO.ReadResponse extends Object
  • Constructor Details

  • Method Details

    • getBase64Encoded

      public Optional<Boolean> getBase64Encoded()
      Set if the data is base64-encoded
    • getData

      public String getData()
      Data that were read.
    • getEof

      public Boolean getEof()
      Set if the end-of-file condition occured while reading.