You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
BrowserMob Proxy is a simple utility that makes it easy to capture performance data from browsers, typically written using automation toolkits such as Selenium and Watir.
4
4
5
-
The latest version of BrowserMobProxy is 2.1.0-beta-3. It is the second release that supports the [new BrowserMobProxy interface](#new-browsermobproxy-api), and the second release [powered by LittleProxy](#littleproxy-support). We highly recommend that you use 2.1.0-beta-3 instead of the [previous 2.0.0 release](https://github.com/lightbody/browsermob-proxy/tree/2.0).
5
+
The latest version of BrowserMobProxy is 2.1.0-beta-4. It is the second release that supports the [new BrowserMobProxy interface](#new-browsermobproxy-api), and the second release [powered by LittleProxy](#littleproxy-support). We highly recommend that you use 2.1.0-beta-4 instead of the [previous 2.0.0 release](https://github.com/lightbody/browsermob-proxy/tree/2.0).
6
6
7
7
To use BrowserMob Proxy in your tests, add the `browsermob-core-littleproxy` dependency to your pom:
8
8
```xml
@@ -11,7 +11,7 @@ To use BrowserMob Proxy in your tests, add the `browsermob-core-littleproxy` dep
11
11
<!-- To use the legacy, Jetty-based implementation,
0 commit comments