I am using java + selenium for automated testing of a javascript web-app. One question that has come up is memory leaks and how to test for them. Since I am already using selenium for testing the app, is there an easy way to get the memory usage and other profiling information for the web app? (leveraging selenium or/and other automated web-js testing tools)
Currently I'm using chromedriver but will be extending to use the firefox and ie drivers in the future.