Uses of Class
org.openqa.selenium.devtools.network.model.Initiator
-
Packages that use Initiator Package Description org.openqa.selenium.devtools.network.model -
-
Uses of Initiator in org.openqa.selenium.devtools.network.model
Methods in org.openqa.selenium.devtools.network.model that return Initiator Modifier and Type Method Description InitiatorRequestWillBeSent. getInitiator()Request initiator.Methods in org.openqa.selenium.devtools.network.model that return types with arguments of type Initiator Modifier and Type Method Description java.util.Optional<Initiator>WebSocketCreated. getInitiator()Request initiator.Constructors in org.openqa.selenium.devtools.network.model with parameters of type Initiator Constructor Description RequestWillBeSent(RequestId requestId, LoaderId loaderId, java.lang.String documentURL, Request request, MonotonicTime timestamp, TimeSinceEpoch wallTime, Initiator initiator, java.util.Optional<Response> redirectResponse, java.util.Optional<ResourceType> type, java.util.Optional<FrameId> frameId, java.util.Optional<java.lang.Boolean> hasUserGesture)Constructor parameters in org.openqa.selenium.devtools.network.model with type arguments of type Initiator Constructor Description WebSocketCreated(RequestId requestId, java.lang.String url, java.util.Optional<Initiator> initiator)
-