Uses of Class
org.openqa.selenium.devtools.network.model.LoaderId
-
Packages that use LoaderId Package Description org.openqa.selenium.devtools.network.model org.openqa.selenium.devtools.page org.openqa.selenium.devtools.page.model -
-
Uses of LoaderId in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return LoaderId Modifier and Type Method Description LoaderIdRequestWillBeSent. getLoaderId()Loader identifier.LoaderIdResponseReceived. getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.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, Response redirectResponse, ResourceType type, FrameId frameId, java.lang.Boolean hasUserGesture)ResponseReceived(RequestId requestId, LoaderId loaderId, MonotonicTime timestamp, ResourceType type, Response response, FrameId frameId) -
Uses of LoaderId in org.openqa.selenium.devtools.page
Methods in org.openqa.selenium.devtools.page that return LoaderId Modifier and Type Method Description LoaderIdPage.NavigateResponse. getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.page with parameters of type LoaderId Constructor Description NavigateResponse(FrameId frameId, LoaderId loaderId, java.lang.String errorText) -
Uses of LoaderId in org.openqa.selenium.devtools.page.model
Methods in org.openqa.selenium.devtools.page.model that return LoaderId Modifier and Type Method Description LoaderIdFrame. getLoaderId()Identifier of the loader associated with this frame.LoaderIdLifecycleEvent. getLoaderId()Loader identifier.Constructors in org.openqa.selenium.devtools.page.model with parameters of type LoaderId Constructor Description Frame(FrameId id, java.lang.String parentId, LoaderId loaderId, java.lang.String name, java.lang.String url, java.lang.String urlFragment, java.lang.String securityOrigin, java.lang.String mimeType, java.lang.String unreachableUrl)LifecycleEvent(FrameId frameId, LoaderId loaderId, java.lang.String name, MonotonicTime timestamp)
-