Class DeviceBoundSessionFailedRequest
java.lang.Object
org.openqa.selenium.devtools.v147.network.model.DeviceBoundSessionFailedRequest
Details about a failed device bound session network request.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe net error of the response if it was not OK.The failed request URL.The response code if the net error was OK and the response code was not 200.The body of the response if the net error was OK, the response code was not 200, and the response body was not empty.
-
Constructor Details
-
DeviceBoundSessionFailedRequest
-
-
Method Details
-
getRequestUrl
The failed request URL. -
getNetError
The net error of the response if it was not OK. -
getResponseError
The response code if the net error was OK and the response code was not 200. -
getResponseErrorBody
The body of the response if the net error was OK, the response code was not 200, and the response body was not empty.
-