Unanswered question

How Get the end user experience times for a single page application

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. ?

raj N.
raj N.

raj N.

Level
1
153 / 750
points

Answers

christophe M.
christophe M.

christophe M.

Level
4
5000 / 5000
points
Team

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.