Unanswered question

How to store and calculate using the page response time

This question is related to my earlier question about combining the response time of redirection. While the suggested answer will work in that case, I am looking for a general answer.

How do I capture the response time of an element, store it in a variable and then do some calculations with it? For example, can I create a validation rule that says the test fails if the sum of the response times of several non-consecutive pages exceeds a certain time limit? Thanks.

Angus M.
Angus M.

Angus M.

Level
0
15 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

The only way would be to manually compute the response times using some Javascripts. You can't do it using the validation feature.