Class V85Network

    • 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 
      Constructor Description
      V85Network​(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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • V85Network

        public V85Network​(org.openqa.selenium.devtools.DevTools devTools)
    • 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 class org.openqa.selenium.devtools.idealized.Network<AuthRequired,​RequestPaused>
      • enableNetworkCaching

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

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

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

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

        protected org.openqa.selenium.devtools.Command<java.lang.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 java.lang.String getRequestId​(RequestPaused pausedReq)
        Specified by:
        getRequestId in class org.openqa.selenium.devtools.idealized.Network<AuthRequired,​RequestPaused>
      • continueWithoutModification

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