Interface ProxyWrapper

  • All Known Implementing Classes:
    ProxyWrapperImpl

    public interface ProxyWrapper
    • Method Detail

      • getProxy

        net.lightbody.bmp.BrowserMobProxy getProxy()
      • getRequests

        java.util.List<net.lightbody.bmp.core.har.HarRequest> getRequests()
      • getRequestsUrls

        java.util.List<java.lang.String> getRequestsUrls()
      • getRequestsByUrl

        java.util.List<net.lightbody.bmp.core.har.HarEntry> getRequestsByUrl​(java.lang.String urlPattern)
      • getRequestByUrl

        net.lightbody.bmp.core.har.HarEntry getRequestByUrl​(java.lang.String urlPattern)
      • getRequestFormParamsByUrl

        java.util.List<net.lightbody.bmp.core.har.HarPostDataParam> getRequestFormParamsByUrl​(java.lang.String urlPattern)
      • clearRequests

        void clearRequests()