#!/usr/bin/env bash Xvfb :1 -screen 0 1024x768x16 & x11vnc -display :1 & DISPLAY=:1.0 firefox http://aurelijus.banelis.lt/en & BROWSER_PID=$! sleep 10 xdotool mousemove 240 20 click 1 sleep 1 xdotool mousemove 50 20 click 1 sleep 1 xdotool mousemove 300 50 click 1 sleep 1 xdotool key --repeat=50 BackSpace sleep 1 xdotool key e v e n t s p a c e period b y sleep 1 xdotool key Return wait $BROWSER_PID