java.lang.Object
org.openqa.selenium.devtools.v85.io.IO

public class IO extends Object
Input/Output operations for streams produced by DevTools.
  • Constructor Details

    • IO

      public IO()
  • Method Details

    • close

      public static org.openqa.selenium.devtools.Command<Void> close(StreamHandle handle)
      Close the stream, discard any temporary backing storage.
    • read

      public static org.openqa.selenium.devtools.Command<IO.ReadResponse> read(StreamHandle handle, Optional<Integer> offset, Optional<Integer> size)
      Read a chunk of the stream
    • resolveBlob

      public static org.openqa.selenium.devtools.Command<String> resolveBlob(RemoteObjectId objectId)
      Return UUID of Blob object specified by a remote object id.