Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Automatic visit to different web pages

I need to measure the time it takes to load different web pages, each page about once per hour for a week. I suspect that the performance of the networks between my computer and the web-server vary too much over time (not only throughput but also latency).

How can I schedule Internet Explorer to go to certain web pages at certain times? For example the start-page of the local newspaper quarter past every hour. I will log the traffic and post-process some days later (with Wireshark or similar).

Thank you in advance. I have tried to find if this question has already been answered, my apologies if it has.

/Chris

like image 877
Chris Avatar asked Nov 19 '25 06:11

Chris


1 Answers

I haven't worked with it myself, but Selenium might work for you:

Selenium is a suite of tools to automate web app testing across many platforms.

like image 145
Pekka Avatar answered Nov 22 '25 02:11

Pekka