Class v115Network

java.lang.Object
org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
org.openqa.selenium.devtools.v115.v115Network

public class v115Network extends org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
  • Constructor Details

    • v115Network

      public v115Network(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 class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • enableNetworkCaching

      protected org.openqa.selenium.devtools.Command<Void> enableNetworkCaching()
      Specified by:
      enableNetworkCaching in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • disableNetworkCaching

      protected org.openqa.selenium.devtools.Command<Void> disableNetworkCaching()
      Specified by:
      disableNetworkCaching in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • enableFetchForAllPatterns

      protected org.openqa.selenium.devtools.Command<Void> enableFetchForAllPatterns()
      Specified by:
      enableFetchForAllPatterns in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • disableFetch

      protected org.openqa.selenium.devtools.Command<Void> disableFetch()
      Specified by:
      disableFetch in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • authRequiredEvent

      protected org.openqa.selenium.devtools.Event<AuthRequired> authRequiredEvent()
      Specified by:
      authRequiredEvent in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • getUriFrom

      protected String getUriFrom(AuthRequired authRequired)
      Specified by:
      getUriFrom in class org.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 class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • cancelAuth

      protected org.openqa.selenium.devtools.Command<Void> cancelAuth(AuthRequired authRequired)
      Specified by:
      cancelAuth in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • requestPausedEvent

      public org.openqa.selenium.devtools.Event<RequestPaused> requestPausedEvent()
      Specified by:
      requestPausedEvent in class org.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 class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • getRequestId

      protected String getRequestId(RequestPaused pausedReq)
      Specified by:
      getRequestId in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>
    • continueWithoutModification

      protected org.openqa.selenium.devtools.Command<Void> continueWithoutModification(RequestPaused pausedRequest)
      Specified by:
      continueWithoutModification in class org.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 class org.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 class org.openqa.selenium.devtools.idealized.Network<AuthRequired,RequestPaused>