JSOUP request

For some of the applications, I have to parse dynamic links from response and request them in my load test. I have used Jsoup parser to do that. Xpath does not work because most of the time because html is not xhtml and Regex can be too difficult.

Just wondering why gatling does not include jsoup or any other html parsing lib? and if we can integrate it with core app?

We ship Jodd’s Lagarto that performs better than Jsoup, according to our benchmarks.
We use it to provide css selector checks that are properly suited to HTML pages: http://gatling.io/docs/2.0.3/http/http_check.html?highlight=css%20selector#http-response-body