Uses of Class
org.openqa.selenium.devtools.network.model.ResourcePriority
-
Packages that use ResourcePriority Package Description org.openqa.selenium.devtools.network.model -
-
Uses of ResourcePriority in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return ResourcePriority Modifier and Type Method Description static ResourcePriorityResourcePriority. fromString(java.lang.String s)ResourcePriorityRequest. getInitialPriority()Priority of the resource request at the time request is sent.ResourcePriorityResourceChangedPriority. getNewPriority()New prioritystatic ResourcePriorityResourcePriority. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ResourcePriority[]ResourcePriority. 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 ResourcePriority Constructor Description Request(java.lang.String url, java.util.Optional<java.lang.String> urlFragment, java.lang.String method, Headers headers, java.util.Optional<java.lang.String> postData, java.util.Optional<java.lang.Boolean> hasPostData, java.util.Optional<MixedContentType> mixedContentType, ResourcePriority initialPriority, Request.ReferrerPolicy referrerPolicy, java.util.Optional<java.lang.Boolean> isLinkPreload)ResourceChangedPriority(RequestId requestId, ResourcePriority newPriority, MonotonicTime timestamp)
-