Uses of Class
org.openqa.selenium.devtools.v141.network.model.LoaderId
Packages that use LoaderId
Package
Description
-
Uses of LoaderId in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return LoaderIdConstructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type LoaderIdModifierConstructorDescriptionQuirksModeIssueDetails(Boolean isLimitedQuirksMode, BackendNodeId documentNodeId, String url, FrameId frameId, LoaderId loaderId) -
Uses of LoaderId in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return LoaderIdModifier and TypeMethodDescriptionRequestWillBeSent.getLoaderId()Loader identifier.ResponseReceived.getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type LoaderIdModifierConstructorDescriptionRequestWillBeSent(RequestId requestId, LoaderId loaderId, String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Boolean redirectHasExtraInfo, Optional<Response> redirectResponse, Optional<ResourceType> type, Optional<FrameId> frameId, Optional<Boolean> hasUserGesture) ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, Boolean hasExtraInfo, Optional<FrameId> frameId) -
Uses of LoaderId in org.openqa.selenium.devtools.v141.page
Methods in org.openqa.selenium.devtools.v141.page that return types with arguments of type LoaderIdConstructor parameters in org.openqa.selenium.devtools.v141.page with type arguments of type LoaderId -
Uses of LoaderId in org.openqa.selenium.devtools.v141.page.model
Methods in org.openqa.selenium.devtools.v141.page.model that return LoaderIdModifier and TypeMethodDescriptionBackForwardCacheNotUsed.getLoaderId()The loader id for the associated navigation.Frame.getLoaderId()Identifier of the loader associated with this frame.FrameStartedNavigating.getLoaderId()Loader identifier.LifecycleEvent.getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.v141.page.model with parameters of type LoaderIdModifierConstructorDescriptionBackForwardCacheNotUsed(LoaderId loaderId, FrameId frameId, List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations, Optional<BackForwardCacheNotRestoredExplanationTree> notRestoredExplanationsTree) Frame(FrameId id, Optional<FrameId> parentId, LoaderId loaderId, Optional<String> name, String url, Optional<String> urlFragment, String domainAndRegistry, String securityOrigin, Optional<SecurityOriginDetails> securityOriginDetails, String mimeType, Optional<String> unreachableUrl, Optional<AdFrameStatus> adFrameStatus, SecureContextType secureContextType, CrossOriginIsolatedContextType crossOriginIsolatedContextType, List<GatedAPIFeatures> gatedAPIFeatures) FrameStartedNavigating(FrameId frameId, String url, LoaderId loaderId, FrameStartedNavigating.NavigationType navigationType) LifecycleEvent(FrameId frameId, LoaderId loaderId, String name, MonotonicTime timestamp) -
Uses of LoaderId in org.openqa.selenium.devtools.v141.preload.model
Methods in org.openqa.selenium.devtools.v141.preload.model that return LoaderIdModifier and TypeMethodDescriptionPreloadingAttemptKey.getLoaderId()PreloadingAttemptSourcesUpdated.getLoaderId()RuleSet.getLoaderId()Identifies a document which the rule set is associated with.Constructors in org.openqa.selenium.devtools.v141.preload.model with parameters of type LoaderIdModifierConstructorDescriptionPreloadingAttemptKey(LoaderId loaderId, SpeculationAction action, String url, Optional<SpeculationTargetHint> targetHint) PreloadingAttemptSourcesUpdated(LoaderId loaderId, List<PreloadingAttemptSource> preloadingAttemptSources) RuleSet(RuleSetId id, LoaderId loaderId, String sourceText, Optional<BackendNodeId> backendNodeId, Optional<String> url, Optional<RequestId> requestId, Optional<RuleSetErrorType> errorType, Optional<String> errorMessage)