Monday, February 8, 2016

xdotool - simulate keyboard input and mouse activity, move and resize windows, etc

xdotool - simulate keyboard input and mouse activity, move and resize windows, etc



$ xdotool mousemove 700 700 && xdotool click 1 && sleep 1 && 
$ xdotool mousemove 300 70 &&  xdotool click --repeat 2 1 && xdotool key shift+alt+F12

 for i in `xdotool search --onlyvisible --any  --class firefox`; do  xdotool getwindowname $i; done

No comments:

Blog Archive