Class v114Network
- java.lang.Object
-
- org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
- org.openqa.selenium.devtools.v114.v114Network
-
public class v114Network extends org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
-
Constructor Summary
Constructors Constructor Description v114Network(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.StringgetRequestId(RequestPaused pausedReq)protected java.lang.StringgetUriFrom(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:
setUserAgentOverridein classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
enableNetworkCaching
protected org.openqa.selenium.devtools.Command<java.lang.Void> enableNetworkCaching()
- Specified by:
enableNetworkCachingin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
disableNetworkCaching
protected org.openqa.selenium.devtools.Command<java.lang.Void> disableNetworkCaching()
- Specified by:
disableNetworkCachingin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
enableFetchForAllPatterns
protected org.openqa.selenium.devtools.Command<java.lang.Void> enableFetchForAllPatterns()
- Specified by:
enableFetchForAllPatternsin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
disableFetch
protected org.openqa.selenium.devtools.Command<java.lang.Void> disableFetch()
- Specified by:
disableFetchin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
authRequiredEvent
protected org.openqa.selenium.devtools.Event<AuthRequired> authRequiredEvent()
- Specified by:
authRequiredEventin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
getUriFrom
protected java.lang.String getUriFrom(AuthRequired authRequired)
- Specified by:
getUriFromin 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:
continueWithAuthin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
cancelAuth
protected org.openqa.selenium.devtools.Command<java.lang.Void> cancelAuth(AuthRequired authRequired)
- Specified by:
cancelAuthin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
requestPausedEvent
public org.openqa.selenium.devtools.Event<RequestPaused> requestPausedEvent()
- Specified by:
requestPausedEventin 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:
createSeMessagesin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
getRequestId
protected java.lang.String getRequestId(RequestPaused pausedReq)
- Specified by:
getRequestIdin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
continueWithoutModification
protected org.openqa.selenium.devtools.Command<java.lang.Void> continueWithoutModification(RequestPaused pausedRequest)
- Specified by:
continueWithoutModificationin 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:
continueRequestin 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:
fulfillRequestin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
-