Uses of Class
org.openqa.selenium.devtools.v86.fetch.model.RequestPaused
-
Packages that use RequestPaused Package Description org.openqa.selenium.devtools.v86 org.openqa.selenium.devtools.v86.fetch -
-
Uses of RequestPaused in org.openqa.selenium.devtools.v86
Methods in org.openqa.selenium.devtools.v86 that return types with arguments of type RequestPaused Modifier and Type Method Description protected org.openqa.selenium.devtools.Event<RequestPaused>V86Network. requestPausedEvent()Methods in org.openqa.selenium.devtools.v86 with parameters of type RequestPaused Modifier and Type Method Description protected org.openqa.selenium.devtools.Command<java.lang.Void>V86Network. continueWithoutModification(RequestPaused pausedRequest)protected java.util.Optional<org.openqa.selenium.remote.http.HttpRequest>V86Network. createHttpRequest(RequestPaused pausedRequest)protected org.openqa.selenium.devtools.Command<java.lang.Void>V86Network. createResponse(RequestPaused pausedRequest, org.openqa.selenium.remote.http.HttpResponse response) -
Uses of RequestPaused in org.openqa.selenium.devtools.v86.fetch
Methods in org.openqa.selenium.devtools.v86.fetch that return types with arguments of type RequestPaused Modifier and Type Method Description static org.openqa.selenium.devtools.Event<RequestPaused>Fetch. requestPaused()
-