Class DeviceBoundSessionFailedRequest

java.lang.Object
org.openqa.selenium.devtools.v147.network.model.DeviceBoundSessionFailedRequest

@Beta public class DeviceBoundSessionFailedRequest extends Object
Details about a failed device bound session network request.
  • Constructor Details

  • Method Details

    • getRequestUrl

      public String getRequestUrl()
      The failed request URL.
    • getNetError

      public Optional<String> getNetError()
      The net error of the response if it was not OK.
    • getResponseError

      public Optional<Integer> getResponseError()
      The response code if the net error was OK and the response code was not 200.
    • getResponseErrorBody

      public Optional<String> 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.