Class v126Network
java.lang.Object
org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
org.openqa.selenium.devtools.v126.v126Network
public class v126Network
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 String
getRequestId
(RequestPaused pausedReq) protected String
getUriFrom
(AuthRequired authRequired) protected boolean
hasErrorResponse
(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
-
v126Network
public v126Network(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:
setUserAgentOverride
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
enableNetworkCaching
- Specified by:
enableNetworkCaching
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
disableNetworkCaching
- Specified by:
disableNetworkCaching
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
enableFetchForAllPatterns
- Specified by:
enableFetchForAllPatterns
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
disableFetch
- Specified by:
disableFetch
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
authRequiredEvent
- Specified by:
authRequiredEvent
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
getUriFrom
- Specified by:
getUriFrom
in 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:
continueWithAuth
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
cancelAuth
- Specified by:
cancelAuth
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
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>
-
hasErrorResponse
- Specified by:
hasErrorResponse
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
getRequestId
- Specified by:
getRequestId
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-
continueWithoutModification
protected org.openqa.selenium.devtools.Command<Void> continueWithoutModification(RequestPaused pausedRequest) - Specified by:
continueWithoutModification
in 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:
continueRequest
in 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:
fulfillRequest
in classorg.openqa.selenium.devtools.idealized.Network<AuthRequired,
RequestPaused>
-