Reputation: 5
I am looking for some automation scripts / tool running on my android device to calculate exact webpage load time . I tried scripting using qpython but it was not successful . I have some 5 test URL to be verified their complete load time on default browser and google crome browser . I need to do 10 iterations to calculate average load time for each URL . Please Help. Device - Android URLS - Msn.com, cnn.com.. Browser - Default device browser, crome Iteration -10
Upvotes: 0
Views: 873
Reputation: 1903
For page and javascript profiling in Chrome you can use the Chrome remote debugging tool.
Upvotes: 1