Hi,
I want to measure page load time.
let’s say i have page #1 and by clicking on button it load page #2.
I know to calculate time from the moment i click on the button until it finds another element in page #2
the problem is that it takes time to find the element in page #2 so its not exactly the page load time.
Any suggestions??
Thanks!