Class v138Network
java.lang.Object
org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
org.openqa.selenium.devtools.v138.v138Network
public class v138Network
extends org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openqa.selenium.devtools.idealized.Network
org.openqa.selenium.devtools.idealized.Network.UserAgent -
Field Summary
Fields inherited from class org.openqa.selenium.devtools.idealized.Network
devTools -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.openqa.selenium.devtools.Event<AuthRequired> protected org.openqa.selenium.devtools.Command<Void> cancelAuth(AuthRequired authRequired) protected org.openqa.selenium.devtools.Command<Void> continueRequest(RequestPaused pausedReq, org.openqa.selenium.remote.http.HttpRequest req) protected org.openqa.selenium.devtools.Command<Void> continueWithAuth(AuthRequired authRequired, org.openqa.selenium.UsernameAndPassword credentials) protected org.openqa.selenium.devtools.Command<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<Void> protected org.openqa.selenium.devtools.Command<Void> protected org.openqa.selenium.devtools.Command<Void> protected org.openqa.selenium.devtools.Command<Void> protected org.openqa.selenium.devtools.Command<Void> fulfillRequest(RequestPaused pausedReq, org.openqa.selenium.remote.http.HttpResponse res) protected StringgetRequestId(RequestPaused pausedReq) protected StringgetUriFrom(AuthRequired authRequired) protected booleanhasErrorResponse(RequestPaused pausedReq) org.openqa.selenium.devtools.Event<RequestPaused> protected org.openqa.selenium.devtools.Command<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, prepareToInterceptTraffic, resetNetworkFilter, setUserAgent, setUserAgent
-
Constructor Details
-
v138Network
public v138Network(org.openqa.selenium.devtools.DevTools devTools)
-
-
Method Details
-
setUserAgentOverride
protected org.openqa.selenium.devtools.Command<Void> setUserAgentOverride(org.openqa.selenium.devtools.idealized.Network.UserAgent userAgent) - Specified by:
setUserAgentOverridein classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
enableNetworkCaching
- Specified by:
enableNetworkCachingin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
disableNetworkCaching
- Specified by:
disableNetworkCachingin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
enableFetchForAllPatterns
- Specified by:
enableFetchForAllPatternsin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
disableFetch
- Specified by:
disableFetchin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
authRequiredEvent
- Specified by:
authRequiredEventin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
getUriFrom
- Specified by:
getUriFromin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
continueWithAuth
protected org.openqa.selenium.devtools.Command<Void> continueWithAuth(AuthRequired authRequired, org.openqa.selenium.UsernameAndPassword credentials) - Specified by:
continueWithAuthin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
cancelAuth
- Specified by:
cancelAuthin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,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>
-
hasErrorResponse
- Specified by:
hasErrorResponsein classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
getRequestId
- Specified by:
getRequestIdin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
continueWithoutModification
protected org.openqa.selenium.devtools.Command<Void> continueWithoutModification(RequestPaused pausedRequest) - Specified by:
continueWithoutModificationin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-
continueRequest
protected org.openqa.selenium.devtools.Command<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<Void> fulfillRequest(RequestPaused pausedReq, org.openqa.selenium.remote.http.HttpResponse res) - Specified by:
fulfillRequestin classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
-