diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 12:41:28 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-15 12:41:28 -0500 |
commit | 7ef466c9383909a81b9c7732778ae97b5bbae928 (patch) | |
tree | e13f7e4a79fc6763898927df8aad05ba5046fb5f | |
parent | fb086f3c3c31fde0d37cb1174596db8e363b526b (diff) | |
download | lua4win-dist-lua-7ef466c9383909a81b9c7732778ae97b5bbae928.tar.gz lua4win-dist-lua-7ef466c9383909a81b9c7732778ae97b5bbae928.tar.bz2 lua4win-dist-lua-7ef466c9383909a81b9c7732778ae97b5bbae928.zip |
One more click
-rwxr-xr-x | test | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,11 @@ DISPLAY=:99 xdotool sleep 1 | |||
29 | DISPLAY=:99 xdotool click 1 | 29 | DISPLAY=:99 xdotool click 1 |
30 | DISPLAY=:99 xdotool sleep 1 | 30 | DISPLAY=:99 xdotool sleep 1 |
31 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png | 31 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png |
32 | # Click next (Accept default install location) | ||
33 | DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337 | ||
34 | DISPLAY=:99 xdotool sleep 1 | ||
35 | DISPLAY=:99 xdotool click 1 | ||
36 | DISPLAY=:99 xdotool sleep 1 | ||
32 | DISPLAY=:99 xdotool sleep 5 | 37 | DISPLAY=:99 xdotool sleep 5 |
33 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png | 38 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png |
34 | tar -czf images.tar.gz *.png | 39 | tar -czf images.tar.gz *.png |