Uses of Class
org.openqa.selenium.devtools.network.model.ResourceType
-
Packages that use ResourceType Package Description org.openqa.selenium.devtools.fetch.model org.openqa.selenium.devtools.network.model org.openqa.selenium.devtools.page.model -
-
Uses of ResourceType in org.openqa.selenium.devtools.fetch.model
Methods in org.openqa.selenium.devtools.fetch.model that return ResourceType Modifier and Type Method Description ResourceTypeAuthRequired. getResourceType()How the requested resource will be used.ResourceTypeRequestPattern. getResourceType()If set, only requests for matching resource types will be intercepted.ResourceTypeRequestPaused. getResourceType()How the requested resource will be used.Constructors in org.openqa.selenium.devtools.fetch.model with parameters of type ResourceType Constructor Description AuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge)RequestPattern(java.lang.String urlPattern, ResourceType resourceType, RequestStage requestStage)RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, java.util.List<HeaderEntry> responseHeaders, RequestId networkId) -
Uses of ResourceType in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. fromString(java.lang.String s)ResourceTypeRequestIntercepted. getResourceType()Deprecated.How the requested resource will be used.ResourceTypeRequestPattern. getResourceType()If set, only requests for matching resource types will be intercepted.ResourceTypeCachedResource. getType()Type of this resource.ResourceTypeLoadingFailed. getType()Resource type.ResourceTypeRequestWillBeSent. getType()Type of this resource.ResourceTypeResponseReceived. getType()Resource type.static ResourceTypeResourceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.network.model with parameters of type ResourceType Constructor Description CachedResource(java.lang.String url, ResourceType type, Response response, java.lang.Number bodySize)LoadingFailed(RequestId requestId, MonotonicTime timestamp, ResourceType type, java.lang.String errorText, java.lang.Boolean canceled, BlockedReason blockedReason)RequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, java.lang.Boolean isNavigationRequest, java.lang.Boolean isDownload, java.lang.String redirectUrl, AuthChallenge authChallenge, ErrorReason responseErrorReason, java.lang.Integer responseStatusCode, Headers responseHeaders, RequestId requestId)Deprecated.RequestPattern(java.lang.String urlPattern, ResourceType resourceType, InterceptionStage interceptionStage)RequestWillBeSent(RequestId requestId, LoaderId loaderId, java.lang.String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Response redirectResponse, ResourceType type, FrameId frameId, java.lang.Boolean hasUserGesture)ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, FrameId frameId) -
Uses of ResourceType in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return ResourceType Modifier and Type Method Description ResourceTypeFrameResource. getType()Type of this resource.Constructors in org.openqa.selenium.devtools.page.model with parameters of type ResourceType Constructor Description FrameResource(java.lang.String url, ResourceType type, java.lang.String mimeType, TimeSinceEpoch lastModified, java.lang.Number contentSize, java.lang.Boolean failed, java.lang.Boolean canceled)
-