Uses of Class
org.openqa.selenium.devtools.v85.network.model.LoaderId
Packages that use LoaderId
Package
Description
-
Uses of LoaderId in org.openqa.selenium.devtools.v85.network.model
Methods in org.openqa.selenium.devtools.v85.network.model that return LoaderIdModifier and TypeMethodDescriptionRequestWillBeSent.getLoaderId()Loader identifier.ResponseReceived.getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.v85.network.model with parameters of type LoaderIdModifierConstructorDescriptionRequestWillBeSent(RequestId requestId, LoaderId loaderId, String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, Optional<Response> redirectResponse, Optional<ResourceType> type, Optional<FrameId> frameId, Optional<Boolean> hasUserGesture) ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, Optional<FrameId> frameId) -
Uses of LoaderId in org.openqa.selenium.devtools.v85.page
Methods in org.openqa.selenium.devtools.v85.page that return types with arguments of type LoaderIdConstructor parameters in org.openqa.selenium.devtools.v85.page with type arguments of type LoaderId -
Uses of LoaderId in org.openqa.selenium.devtools.v85.page.model
Methods in org.openqa.selenium.devtools.v85.page.model that return LoaderIdModifier and TypeMethodDescriptionFrame.getLoaderId()Identifier of the loader associated with this frame.LifecycleEvent.getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.v85.page.model with parameters of type LoaderIdModifierConstructorDescriptionFrame(FrameId id, Optional<String> parentId, LoaderId loaderId, Optional<String> name, String url, Optional<String> urlFragment, String securityOrigin, String mimeType, Optional<String> unreachableUrl) LifecycleEvent(FrameId frameId, LoaderId loaderId, String name, MonotonicTime timestamp)