How you can measure page load time with Selenium for automated testing?
To measure page load times with Selenium, you can use Navigation API - a JavaScript API to accurately measure the web page performance. Though there are alternative libraries available, Navigation Timing is far more reliable and accurate.
For more information refer to the blog: How To Measure Page Load Times With Selenium
1 Like