Collecting client side Performance Metrics from Phantomjs through Jmeter
问题 Throughout PhantonJS Driver Config is there any way we can capture the following client-side performance metrics through phantomjs by using Jmeter DomLoad windLoad ResourceCount Resource size. Thanks 回答1: I would recommend capturing the metrics using WDS.browser.executeScript() method which allows executing arbitrary JavaScript code. Once done you can directly store "interesting" values into JMeter Variables for later use. Here is an example of using Navigation API to get extended information