Uses of Class
org.openqa.selenium.devtools.v102.network.model.ResourceType
-
Packages that use ResourceType Package Description org.openqa.selenium.devtools.v102.fetch.model org.openqa.selenium.devtools.v102.network.model org.openqa.selenium.devtools.v102.page.model -
-
Uses of ResourceType in org.openqa.selenium.devtools.v102.fetch.model
Methods in org.openqa.selenium.devtools.v102.fetch.model that return ResourceType Modifier and Type Method Description ResourceTypeAuthRequired. getResourceType()How the requested resource will be used.ResourceTypeRequestPaused. getResourceType()How the requested resource will be used.Methods in org.openqa.selenium.devtools.v102.fetch.model that return types with arguments of type ResourceType Modifier and Type Method Description java.util.Optional<ResourceType>RequestPattern. getResourceType()If set, only requests for matching resource types will be intercepted.Constructors in org.openqa.selenium.devtools.v102.fetch.model with parameters of type ResourceType Constructor Description AuthRequired(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, AuthChallenge authChallenge)RequestPaused(RequestId requestId, Request request, FrameId frameId, ResourceType resourceType, java.util.Optional<ErrorReason> responseErrorReason, java.util.Optional<java.lang.Integer> responseStatusCode, java.util.Optional<java.lang.String> responseStatusText, java.util.Optional<java.util.List<HeaderEntry>> responseHeaders, java.util.Optional<RequestId> networkId) -
Uses of ResourceType in org.openqa.selenium.devtools.v102.network.model
Methods in org.openqa.selenium.devtools.v102.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.ResourceTypeCachedResource. getType()Type of this resource.ResourceTypeLoadingFailed. getType()Resource type.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.Methods in org.openqa.selenium.devtools.v102.network.model that return types with arguments of type ResourceType Modifier and Type Method Description java.util.Optional<ResourceType>RequestPattern. getResourceType()If set, only requests for matching resource types will be intercepted.java.util.Optional<ResourceType>RequestWillBeSent. getType()Type of this resource.Constructors in org.openqa.selenium.devtools.v102.network.model with parameters of type ResourceType Constructor Description CachedResource(java.lang.String url, ResourceType type, java.util.Optional<Response> response, java.lang.Number bodySize)LoadingFailed(RequestId requestId, MonotonicTime timestamp, ResourceType type, java.lang.String errorText, java.util.Optional<java.lang.Boolean> canceled, java.util.Optional<BlockedReason> blockedReason, java.util.Optional<CorsErrorStatus> corsErrorStatus)RequestIntercepted(InterceptionId interceptionId, Request request, FrameId frameId, ResourceType resourceType, java.lang.Boolean isNavigationRequest, java.util.Optional<java.lang.Boolean> isDownload, java.util.Optional<java.lang.String> redirectUrl, java.util.Optional<AuthChallenge> authChallenge, java.util.Optional<ErrorReason> responseErrorReason, java.util.Optional<java.lang.Integer> responseStatusCode, java.util.Optional<Headers> responseHeaders, java.util.Optional<RequestId> requestId)Deprecated.ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, java.lang.Boolean hasExtraInfo, java.util.Optional<FrameId> frameId) -
Uses of ResourceType in org.openqa.selenium.devtools.v102.page.model
Methods in org.openqa.selenium.devtools.v102.page.model that return ResourceType Modifier and Type Method Description ResourceTypeFrameResource. getType()Type of this resource.Constructors in org.openqa.selenium.devtools.v102.page.model with parameters of type ResourceType Constructor Description FrameResource(java.lang.String url, ResourceType type, java.lang.String mimeType, java.util.Optional<TimeSinceEpoch> lastModified, java.util.Optional<java.lang.Number> contentSize, java.util.Optional<java.lang.Boolean> failed, java.util.Optional<java.lang.Boolean> canceled)
-