summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test21
1 files changed, 21 insertions, 0 deletions
diff --git a/test b/test
new file mode 100644
index 0000000..cd5e2ec
--- /dev/null
+++ b/test
@@ -0,0 +1,21 @@
1#!/bin/sh
2
3Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp &
4DISPLAY=:99
5
6msiexec /i lua4win.msi &
7
8xwd -root | magick xwd:- png:/root/1.png
9xdotool mousemove --sync 573 618
10xwd -root | magick xwd:- png:/root/2.png
11xdotool xdotool click 1
12xwd -root | magick xwd:- png:/root/3.png
13xdotool mousemove --sync 725 666
14xwd -root | magick xwd:- png:/root/4.png
15xdotool xdotool click 1
16xwd -root | magick xwd:- png:/root/5.png
17xdotool mousemove --sync 743 666
18xwd -root | magick xwd:- png:/root/6.png
19xdotool xdotool click 1
20xwd -root | magick xwd:- png:/root/7.png
21