java.lang.Object
org.openqa.selenium.devtools.v119.audits.model.FailedRequestInfo
public class FailedRequestInfo
extends Object
-
Constructor Summary
Constructors
-
Method Summary
The failure message for the failed request.
The URL that failed to load.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
getUrl
The URL that failed to load.
-
getFailureMessage
public String getFailureMessage()
The failure message for the failed request.
-