Selenium has the ability to get the resource load times of a web page. Resources means the data that is getting loaded into the webpage from backend http calls.
We can fetch the request and responses of all http calls which are being made as part of page rendering. Selenium is providing access to http calls in the form of » Continue Reading.