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 types with arguments of type StreamHandle Modifier and Type Method Description java.util.Optional<StreamHandle>Page.PrintToPDFResponse. getStream()A handle of the stream that holds resulting PDF data.Constructor parameters in org.openqa.selenium.devtools.page with type arguments of type StreamHandle Constructor Description PrintToPDFResponse(java.lang.String data, java.util.Optional<StreamHandle> stream) -
Uses of StreamHandle in org.openqa.selenium.devtools.tracing.model
Methods in org.openqa.selenium.devtools.tracing.model that return types with arguments of type StreamHandle Modifier and Type Method Description java.util.Optional<StreamHandle>TracingComplete. getStream()A handle of the stream that holds resulting trace data.Constructor parameters in org.openqa.selenium.devtools.tracing.model with type arguments of type StreamHandle Constructor Description TracingComplete(java.lang.Boolean dataLossOccurred, java.util.Optional<StreamHandle> stream, java.util.Optional<StreamFormat> traceFormat, java.util.Optional<StreamCompression> streamCompression)
-