Class IO
java.lang.Object
org.openqa.selenium.devtools.v114.io.IO
Input/Output operations for streams produced by DevTools.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>
close
(StreamHandle handle) Close the stream, discard any temporary backing storage.static org.openqa.selenium.devtools.Command<IO.ReadResponse>
Read a chunk of the streamstatic org.openqa.selenium.devtools.Command<String>
resolveBlob
(RemoteObjectId objectId) Return UUID of Blob object specified by a remote object id.
-
Constructor Details
-
IO
public IO()
-
-
Method Details
-
close
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
Return UUID of Blob object specified by a remote object id.
-