Class LoadNetworkResourcePageResult
java.lang.Object
org.openqa.selenium.devtools.v141.network.model.LoadNetworkResourcePageResult
An object providing the result of a network resource load.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionResponse headers.Optional values used for error reporting.If successful, one of the following two fields holds the result.
-
Constructor Details
-
LoadNetworkResourcePageResult
-
-
Method Details
-
getSuccess
-
getNetError
Optional values used for error reporting. -
getNetErrorName
-
getHttpStatusCode
-
getStream
If successful, one of the following two fields holds the result. -
getHeaders
Response headers.
-