File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,20 @@ A simple tool named "create-external-file-for-har" create easily this csv file.
113113
114114You need to select the csv file in the text field : "(Optional) External csv file with transaction info (to read) "
115115
116+ ### HAR created with BrowserMob Proxy
117+ This tool is compatible with Har file generated with BrowserMob Proxy.
118+
119+ The BrowserMob Proxy create a har and could filter url or content (no binary).
120+
121+ The proxy client could be a browser or a client http in an application.
122+
123+ BrowserMob Proxy could be embedded in a java application or in Selenium java code application.
124+
125+ ![ Step to create script and record from HAR file from BrowserMob] ( doc/images/browsermob-proxy_har_convertor_script_record.png )
126+
127+ The BrowserMob Proxy is available at this url : <br />
128+ [ Download the BrowserMob Proxy] ( https://github.com/lightbody/browsermob-proxy )
129+
116130## More documentation from har-to-jmeter-convertor
117131For more documentation look at README from [ har-to-jmeter-convertor] ( https://github.com/vdaburon/har-to-jmeter-convertor )
118132
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.vdaburon</groupId >
88 <artifactId >har-convertor-jmeter-plugin</artifactId >
9- <version >5.0 </version >
9+ <version >5.1 </version >
1010 <packaging >jar</packaging >
1111
1212 <name >Apache JMeter Plugin to convert a HAR file to a JMeter script and Record XML</name >
8181 <dependency >
8282 <groupId >io.github.vdaburon</groupId >
8383 <artifactId >har-to-jmeter-convertor</artifactId >
84- <version >5.0 </version >
84+ <version >5.1 </version >
8585 </dependency >
8686 </dependencies >
8787
You can’t perform that action at this time.
0 commit comments