Python Selenium: Looking for ways to print page load time Python Selenium: Looking for ways to print page load time selenium selenium

Python Selenium: Looking for ways to print page load time


I have found a way around this by running my tests as python unit tests. I now record my steps using the selenium IDE and export them into a python file. I then modify the file as needed. After the test runs it shows the time by default.