diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:49:45 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-27 22:49:45 -0500 |
commit | 2cc53d9cc40138c7a4e2fa7b4fe6f8004c1e1fc9 (patch) | |
tree | eb918a25bade5e1877d58262ee066dee8a9d2453 | |
parent | 94ee29b9d541e7fa479756719220ab1adabfe9d6 (diff) | |
download | lua4win-dist-lua-2cc53d9cc40138c7a4e2fa7b4fe6f8004c1e1fc9.tar.gz lua4win-dist-lua-2cc53d9cc40138c7a4e2fa7b4fe6f8004c1e1fc9.tar.bz2 lua4win-dist-lua-2cc53d9cc40138c7a4e2fa7b4fe6f8004c1e1fc9.zip |
Add some sleeps to see if that helps
-rwxr-xr-x | test | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -2,20 +2,26 @@ | |||
2 | 2 | ||
3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & | 3 | Xvfb :99 -screen 0 1280x1024x24 -nolisten tcp & |
4 | set DISPLAY=:99 | 4 | set DISPLAY=:99 |
5 | 5 | sleep 5 | |
6 | msiexec /i lua4win.msi & | 6 | msiexec /i lua4win.msi & |
7 | 7 | sleep 5 | |
8 | xwd -root | magick xwd:- png:/root/1.png | 8 | xwd -root | magick xwd:- png:/root/1.png |
9 | xdotool mousemove --sync 573 618 | 9 | xdotool mousemove --sync 573 618 |
10 | sleep 1 | ||
10 | xwd -root | magick xwd:- png:/root/2.png | 11 | xwd -root | magick xwd:- png:/root/2.png |
11 | xdotool xdotool click 1 | 12 | xdotool xdotool click 1 |
13 | sleep 1 | ||
12 | xwd -root | magick xwd:- png:/root/3.png | 14 | xwd -root | magick xwd:- png:/root/3.png |
13 | xdotool mousemove --sync 725 666 | 15 | xdotool mousemove --sync 725 666 |
16 | sleep 1 | ||
14 | xwd -root | magick xwd:- png:/root/4.png | 17 | xwd -root | magick xwd:- png:/root/4.png |
15 | xdotool xdotool click 1 | 18 | xdotool xdotool click 1 |
19 | sleep 1 | ||
16 | xwd -root | magick xwd:- png:/root/5.png | 20 | xwd -root | magick xwd:- png:/root/5.png |
17 | xdotool mousemove --sync 743 666 | 21 | xdotool mousemove --sync 743 666 |
22 | sleep 1 | ||
18 | xwd -root | magick xwd:- png:/root/6.png | 23 | xwd -root | magick xwd:- png:/root/6.png |
19 | xdotool xdotool click 1 | 24 | xdotool xdotool click 1 |
25 | sleep 1 | ||
20 | xwd -root | magick xwd:- png:/root/7.png | 26 | xwd -root | magick xwd:- png:/root/7.png |
21 | 27 | ||