Class RequestIntercepted
- java.lang.Object
-
- org.openqa.selenium.devtools.network.model.RequestIntercepted
-
public class RequestIntercepted extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthChallenge
getAuthChallenge()
java.lang.Boolean
getDownload()
java.lang.String
getFrameId()
InterceptionId
getInterceptionId()
java.lang.String
getRedirectUrl()
Request
getRequest()
java.lang.String
getRequestId()
ResourceType
getResourceType()
ErrorReason
getResponseErrorReason()
java.lang.Object
getResponseHeaders()
java.lang.Number
getResponseStatusCode()
boolean
isNavigationRequest()
-
-
-
Method Detail
-
getInterceptionId
public InterceptionId getInterceptionId()
-
getRequest
public Request getRequest()
-
getFrameId
public java.lang.String getFrameId()
-
getResourceType
public ResourceType getResourceType()
-
isNavigationRequest
public boolean isNavigationRequest()
-
getDownload
public java.lang.Boolean getDownload()
-
getRedirectUrl
public java.lang.String getRedirectUrl()
-
getAuthChallenge
public AuthChallenge getAuthChallenge()
-
getResponseErrorReason
public ErrorReason getResponseErrorReason()
-
getResponseStatusCode
public java.lang.Number getResponseStatusCode()
-
getResponseHeaders
public java.lang.Object getResponseHeaders()
-
getRequestId
public java.lang.String getRequestId()
-
-