How Get the end user experience times for a single page application.
Selenium integration talks about the new page access where url changes for the different page. But how to calculate response times if the url does not change only the content loads. ?
There's no built-in mechanism to handle Single Page Apps for the moment.
If you can measure the time by yourself between an action on the application and a change in the DOM that reflect the response of the action, then you can send a custom Timer through the API.
christophe answered
raj posted a new question