Uses of Class
org.openqa.selenium.devtools.v119.io.model.StreamHandle
Packages that use StreamHandle
Package
Description
-
Uses of StreamHandle in org.openqa.selenium.devtools.v119.fetch
Methods in org.openqa.selenium.devtools.v119.fetch that return types with arguments of type StreamHandleModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<StreamHandle>
Fetch.takeResponseBodyAsStream
(RequestId requestId) Returns a handle to the stream representing the response body. -
Uses of StreamHandle in org.openqa.selenium.devtools.v119.io
Methods in org.openqa.selenium.devtools.v119.io with parameters of type StreamHandleModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<Void>
IO.close
(StreamHandle handle) Close the stream, discard any temporary backing storage.static org.openqa.selenium.devtools.Command<IO.ReadResponse>
Read a chunk of the stream -
Uses of StreamHandle in org.openqa.selenium.devtools.v119.network
Methods in org.openqa.selenium.devtools.v119.network that return types with arguments of type StreamHandleModifier and TypeMethodDescriptionstatic org.openqa.selenium.devtools.Command<StreamHandle>
Network.takeResponseBodyForInterceptionAsStream
(InterceptionId interceptionId) Returns a handle to the stream representing the response body. -
Uses of StreamHandle in org.openqa.selenium.devtools.v119.network.model
Methods in org.openqa.selenium.devtools.v119.network.model that return types with arguments of type StreamHandleModifier and TypeMethodDescriptionLoadNetworkResourcePageResult.getStream()
If successful, one of the following two fields holds the result. -
Uses of StreamHandle in org.openqa.selenium.devtools.v119.page
Methods in org.openqa.selenium.devtools.v119.page that return types with arguments of type StreamHandleModifier and TypeMethodDescriptionPage.PrintToPDFResponse.getStream()
A handle of the stream that holds resulting PDF data.Constructor parameters in org.openqa.selenium.devtools.v119.page with type arguments of type StreamHandle -
Uses of StreamHandle in org.openqa.selenium.devtools.v119.tracing.model
Methods in org.openqa.selenium.devtools.v119.tracing.model that return types with arguments of type StreamHandleModifier and TypeMethodDescriptionTracingComplete.getStream()
A handle of the stream that holds resulting trace data.Constructor parameters in org.openqa.selenium.devtools.v119.tracing.model with type arguments of type StreamHandleModifierConstructorDescriptionTracingComplete
(Boolean dataLossOccurred, Optional<StreamHandle> stream, Optional<StreamFormat> traceFormat, Optional<StreamCompression> streamCompression)