Class v112Network
- java.lang.Object
-
- org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
- org.openqa.selenium.devtools.v112.v112Network
-
public class v112Network extends org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
-
Constructor Summary
Constructors Constructor Description v112Network(org.openqa.selenium.devtools.DevTools devTools)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.openqa.selenium.devtools.Event<AuthRequired>
authRequiredEvent()
protected org.openqa.selenium.devtools.Command<java.lang.Void>
cancelAuth(AuthRequired authRequired)
protected org.openqa.selenium.devtools.Command<java.lang.Void>
continueRequest(RequestPaused pausedReq, org.openqa.selenium.remote.http.HttpRequest req)
protected org.openqa.selenium.devtools.Command<java.lang.Void>
continueWithAuth(AuthRequired authRequired, org.openqa.selenium.UsernameAndPassword credentials)
protected org.openqa.selenium.devtools.Command<java.lang.Void>
continueWithoutModification(RequestPaused pausedRequest)
org.openqa.selenium.internal.Either<org.openqa.selenium.remote.http.HttpRequest,org.openqa.selenium.remote.http.HttpResponse>
createSeMessages(RequestPaused pausedReq)
protected org.openqa.selenium.devtools.Command<java.lang.Void>
disableFetch()
protected org.openqa.selenium.devtools.Command<java.lang.Void>
disableNetworkCaching()
protected org.openqa.selenium.devtools.Command<java.lang.Void>
enableFetchForAllPatterns()
protected org.openqa.selenium.devtools.Command<java.lang.Void>
enableNetworkCaching()
protected org.openqa.selenium.devtools.Command<java.lang.Void>
fulfillRequest(RequestPaused pausedReq, org.openqa.selenium.remote.http.HttpResponse res)
protected java.lang.String
getRequestId(RequestPaused pausedReq)
protected java.lang.String
getUriFrom(AuthRequired authRequired)
org.openqa.selenium.devtools.Event<RequestPaused>
requestPausedEvent()
protected org.openqa.selenium.devtools.Command<java.lang.Void>
setUserAgentOverride(org.openqa.selenium.devtools.idealized.Network.UserAgent userAgent)
-
Methods inherited from class org.openqa.selenium.devtools.idealized.Network
addAuthHandler, convertFromCdpHttpMethod, createHttpRequest, createHttpResponse, disable, getAuthCredentials, interceptTrafficWith, markNetworkInterceptorClosed, prepareToInterceptTraffic, resetNetworkFilter, setUserAgent, setUserAgent
-
-
-
-
Method Detail
-
setUserAgentOverride
protected org.openqa.selenium.devtools.Command<java.lang.Void> setUserAgentOverride(org.openqa.selenium.devtools.idealized.Network.UserAgent userAgent)
- Specified by:
setUserAgentOverride
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
enableNetworkCaching
protected org.openqa.selenium.devtools.Command<java.lang.Void> enableNetworkCaching()
- Specified by:
enableNetworkCaching
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
disableNetworkCaching
protected org.openqa.selenium.devtools.Command<java.lang.Void> disableNetworkCaching()
- Specified by:
disableNetworkCaching
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
enableFetchForAllPatterns
protected org.openqa.selenium.devtools.Command<java.lang.Void> enableFetchForAllPatterns()
- Specified by:
enableFetchForAllPatterns
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
disableFetch
protected org.openqa.selenium.devtools.Command<java.lang.Void> disableFetch()
- Specified by:
disableFetch
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
authRequiredEvent
protected org.openqa.selenium.devtools.Event<AuthRequired> authRequiredEvent()
- Specified by:
authRequiredEvent
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
getUriFrom
protected java.lang.String getUriFrom(AuthRequired authRequired)
- Specified by:
getUriFrom
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
continueWithAuth
protected org.openqa.selenium.devtools.Command<java.lang.Void> continueWithAuth(AuthRequired authRequired, org.openqa.selenium.UsernameAndPassword credentials)
- Specified by:
continueWithAuth
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
cancelAuth
protected org.openqa.selenium.devtools.Command<java.lang.Void> cancelAuth(AuthRequired authRequired)
- Specified by:
cancelAuth
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
requestPausedEvent
public org.openqa.selenium.devtools.Event<RequestPaused> requestPausedEvent()
- Specified by:
requestPausedEvent
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
createSeMessages
public org.openqa.selenium.internal.Either<org.openqa.selenium.remote.http.HttpRequest,org.openqa.selenium.remote.http.HttpResponse> createSeMessages(RequestPaused pausedReq)
- Specified by:
createSeMessages
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
getRequestId
protected java.lang.String getRequestId(RequestPaused pausedReq)
- Specified by:
getRequestId
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
continueWithoutModification
protected org.openqa.selenium.devtools.Command<java.lang.Void> continueWithoutModification(RequestPaused pausedRequest)
- Specified by:
continueWithoutModification
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
continueRequest
protected org.openqa.selenium.devtools.Command<java.lang.Void> continueRequest(RequestPaused pausedReq, org.openqa.selenium.remote.http.HttpRequest req)
- Specified by:
continueRequest
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
fulfillRequest
protected org.openqa.selenium.devtools.Command<java.lang.Void> fulfillRequest(RequestPaused pausedReq, org.openqa.selenium.remote.http.HttpResponse res)
- Specified by:
fulfillRequest
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
-