"Super accurate" test to simulate web browsing behaviour:
- Brightness 50%, WiFi on, keyboard and mouse connected
- Open Chromium browser with 5 tabs:
- Type in terminal:
watch -n 60 "xdotool key ctrl+Tab && sleep 1 && xdotool key ctrl+F5"
- Switch back to browser (Chromium window should be focused)
This will simulate keyboard shortcuts to switch between tabs and refresh pages every minute.