Uses of Class
org.openqa.selenium.devtools.v106.network.model.LoaderId
-
-
Uses of LoaderId in org.openqa.selenium.devtools.v106.audits.model
Methods in org.openqa.selenium.devtools.v106.audits.model that return LoaderId Modifier and Type Method Description LoaderIdQuirksModeIssueDetails. getLoaderId()Constructors in org.openqa.selenium.devtools.v106.audits.model with parameters of type LoaderId Constructor Description QuirksModeIssueDetails(java.lang.Boolean isLimitedQuirksMode, BackendNodeId documentNodeId, java.lang.String url, FrameId frameId, LoaderId loaderId) -
Uses of LoaderId in org.openqa.selenium.devtools.v106.network.model
Methods in org.openqa.selenium.devtools.v106.network.model that return LoaderId Modifier and Type Method Description LoaderIdRequestWillBeSent. getLoaderId()Loader identifier.LoaderIdResponseReceived. getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.v106.network.model with parameters of type LoaderId Constructor Description RequestWillBeSent(RequestId requestId, LoaderId loaderId, java.lang.String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, java.lang.Boolean redirectHasExtraInfo, java.util.Optional<Response> redirectResponse, java.util.Optional<ResourceType> type, java.util.Optional<FrameId> frameId, java.util.Optional<java.lang.Boolean> hasUserGesture)ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, java.lang.Boolean hasExtraInfo, java.util.Optional<FrameId> frameId) -
Uses of LoaderId in org.openqa.selenium.devtools.v106.page
Methods in org.openqa.selenium.devtools.v106.page that return types with arguments of type LoaderId Modifier and Type Method Description java.util.Optional<LoaderId>Page.NavigateResponse. getLoaderId()Loader identifier.Constructor parameters in org.openqa.selenium.devtools.v106.page with type arguments of type LoaderId Constructor Description NavigateResponse(FrameId frameId, java.util.Optional<LoaderId> loaderId, java.util.Optional<java.lang.String> errorText) -
Uses of LoaderId in org.openqa.selenium.devtools.v106.page.model
Methods in org.openqa.selenium.devtools.v106.page.model that return LoaderId Modifier and Type Method Description LoaderIdBackForwardCacheNotUsed. getLoaderId()The loader id for the associated navgation.LoaderIdFrame. getLoaderId()Identifier of the loader associated with this frame.LoaderIdLifecycleEvent. getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.v106.page.model with parameters of type LoaderId Constructor Description BackForwardCacheNotUsed(LoaderId loaderId, FrameId frameId, java.util.List<BackForwardCacheNotRestoredExplanation> notRestoredExplanations, java.util.Optional<BackForwardCacheNotRestoredExplanationTree> notRestoredExplanationsTree)Frame(FrameId id, java.util.Optional<FrameId> parentId, LoaderId loaderId, java.util.Optional<java.lang.String> name, java.lang.String url, java.util.Optional<java.lang.String> urlFragment, java.lang.String domainAndRegistry, java.lang.String securityOrigin, java.lang.String mimeType, java.util.Optional<java.lang.String> unreachableUrl, java.util.Optional<AdFrameStatus> adFrameStatus, SecureContextType secureContextType, CrossOriginIsolatedContextType crossOriginIsolatedContextType, java.util.List<GatedAPIFeatures> gatedAPIFeatures)LifecycleEvent(FrameId frameId, LoaderId loaderId, java.lang.String name, MonotonicTime timestamp)
-