diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 12:46:08 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 12:46:08 -0500 |
commit | 9d6d52a9f2e28839f4886f0ca8855b1865d75748 (patch) | |
tree | 114c22198767e2f76ccdd0ca81f1dcfc39d263cd | |
parent | 7ef466c9383909a81b9c7732778ae97b5bbae928 (diff) | |
download | lua4win-dist-lua-9d6d52a9f2e28839f4886f0ca8855b1865d75748.tar.gz lua4win-dist-lua-9d6d52a9f2e28839f4886f0ca8855b1865d75748.tar.bz2 lua4win-dist-lua-9d6d52a9f2e28839f4886f0ca8855b1865d75748.zip |
One more click
-rwxr-xr-x | test | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -23,7 +23,6 @@ DISPLAY=:99 xdotool click 1 | |||
23 | DISPLAY=:99 xdotool sleep 1 | 23 | DISPLAY=:99 xdotool sleep 1 |
24 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png | 24 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png |
25 | # Click next | 25 | # Click next |
26 | DISPLAY=:99 xdotool sleep 1 | ||
27 | DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337 | 26 | DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337 |
28 | DISPLAY=:99 xdotool sleep 1 | 27 | DISPLAY=:99 xdotool sleep 1 |
29 | DISPLAY=:99 xdotool click 1 | 28 | DISPLAY=:99 xdotool click 1 |
@@ -34,6 +33,13 @@ DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --na | |||
34 | DISPLAY=:99 xdotool sleep 1 | 33 | DISPLAY=:99 xdotool sleep 1 |
35 | DISPLAY=:99 xdotool click 1 | 34 | DISPLAY=:99 xdotool click 1 |
36 | DISPLAY=:99 xdotool sleep 1 | 35 | DISPLAY=:99 xdotool sleep 1 |
37 | DISPLAY=:99 xdotool sleep 5 | ||
38 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png | 36 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png |
37 | # Click install | ||
38 | DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 335 335 | ||
39 | DISPLAY=:99 xdotool sleep 1 | ||
40 | DISPLAY=:99 xdotool click 1 | ||
41 | DISPLAY=:99 xdotool sleep 1 | ||
42 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png | ||
43 | DISPLAY=:99 xdotool sleep 5 | ||
44 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png | ||
39 | tar -czf images.tar.gz *.png | 45 | tar -czf images.tar.gz *.png |