Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.ResourceType
Packages that use ResourceType
Package
Description
-
Uses of ResourceType in org.openqa.selenium.devtools.v141.fetch.model
Methods in org.openqa.selenium.devtools.v141.fetch.model that return ResourceTypeModifier and TypeMethodDescriptionAuthRequired.getResourceType()How the requested resource will be used.RequestPaused.getResourceType()How the requested resource will be used.Methods in org.openqa.selenium.devtools.v141.fetch.model that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionRequestPattern.getResourceType()If set, only requests for matching resource types will be intercepted.Constructors in org.openqa.selenium.devtools.v141.fetch.model with parameters of type ResourceTypeModifierConstructorDescriptionAuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge) RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, Optional<ErrorReason> responseErrorReason, Optional<Integer> responseStatusCode, Optional<String> responseStatusText, Optional<List<HeaderEntry>> responseHeaders, Optional<RequestId> networkId, Optional<RequestId> redirectedRequestId) -
Uses of ResourceType in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return ResourceTypeModifier and TypeMethodDescriptionstatic ResourceTypeResourceType.fromString(String s) RequestIntercepted.getResourceType()Deprecated.How the requested resource will be used.CachedResource.getType()Type of this resource.LoadingFailed.getType()Resource type.ResponseReceived.getType()Resource type.static ResourceTypeReturns the enum constant of this class with the specified name.static ResourceType[]ResourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openqa.selenium.devtools.v141.network.model that return types with arguments of type ResourceTypeModifier and TypeMethodDescriptionRequestPattern.getResourceType()If set, only requests for matching resource types will be intercepted.RequestWillBeSent.getType()Type of this resource.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type ResourceTypeModifierConstructorDescriptionCachedResource(String url, ResourceType type, Optional<Response> response, Number bodySize) LoadingFailed(RequestId requestId, MonotonicTime timestamp, ResourceType type, String errorText, Optional<Boolean> canceled, Optional<BlockedReason> blockedReason, Optional<CorsErrorStatus> corsErrorStatus) RequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, Boolean isNavigationRequest, Optional<Boolean> isDownload, Optional<String> redirectUrl, Optional<AuthChallenge> authChallenge, Optional<ErrorReason> responseErrorReason, Optional<Integer> responseStatusCode, Optional<Headers> responseHeaders, Optional<RequestId> requestId) Deprecated.ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, Boolean hasExtraInfo, Optional<FrameId> frameId) -
Uses of ResourceType in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return ResourceTypeConstructors in org.openqa.selenium.devtools.v141.page.model with parameters of type ResourceTypeModifierConstructorDescriptionFrameResource(String url, ResourceType type, String mimeType, Optional<TimeSinceEpoch> lastModified, Optional<Number> contentSize, Optional<Boolean> failed, Optional<Boolean> canceled)