Uses of Class
org.openqa.selenium.devtools.io.model.StreamHandle
-
-
Uses of StreamHandle in org.openqa.selenium.devtools.fetch
Methods in org.openqa.selenium.devtools.fetch that return types with arguments of type StreamHandle Modifier and Type Method Description static Command<StreamHandle>Fetch. takeResponseBodyAsStream(RequestId requestId)Returns a handle to the stream representing the response body. -
Uses of StreamHandle in org.openqa.selenium.devtools.io
Methods in org.openqa.selenium.devtools.io with parameters of type StreamHandle Modifier and Type Method Description static Command<java.lang.Void>IO. close(StreamHandle handle)Close the stream, discard any temporary backing storage.static Command<IO.ReadResponse>IO. read(StreamHandle handle, java.util.Optional<java.lang.Integer> offset, java.util.Optional<java.lang.Integer> size)Read a chunk of the stream -
Uses of StreamHandle in org.openqa.selenium.devtools.network
Methods in org.openqa.selenium.devtools.network that return types with arguments of type StreamHandle Modifier and Type Method Description static Command<StreamHandle>Network. takeResponseBodyForInterceptionAsStream(InterceptionId interceptionId)Returns a handle to the stream representing the response body. -
Uses of StreamHandle in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return StreamHandle Modifier and Type Method Description StreamHandlePage.PrintToPDFResponse. getStream()A handle of the stream that holds resulting PDF data.Constructors in org.openqa.selenium.devtools.page with parameters of type StreamHandle Constructor Description PrintToPDFResponse(java.lang.String data, StreamHandle stream) -
Uses of StreamHandle in org.openqa.selenium.devtools.tracing.model
Methods in org.openqa.selenium.devtools.tracing.model that return StreamHandle Modifier and Type Method Description StreamHandleTracingComplete. getStream()A handle of the stream that holds resulting trace data.Constructors in org.openqa.selenium.devtools.tracing.model with parameters of type StreamHandle Constructor Description TracingComplete(java.lang.Boolean dataLossOccurred, StreamHandle stream, StreamFormat traceFormat, StreamCompression streamCompression)
-