summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-15 12:41:28 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-15 12:41:28 -0500
commit7ef466c9383909a81b9c7732778ae97b5bbae928 (patch)
treee13f7e4a79fc6763898927df8aad05ba5046fb5f
parentfb086f3c3c31fde0d37cb1174596db8e363b526b (diff)
downloadlua4win-dist-lua-7ef466c9383909a81b9c7732778ae97b5bbae928.tar.gz
lua4win-dist-lua-7ef466c9383909a81b9c7732778ae97b5bbae928.tar.bz2
lua4win-dist-lua-7ef466c9383909a81b9c7732778ae97b5bbae928.zip
One more click
-rwxr-xr-xtest5
1 files changed, 5 insertions, 0 deletions
diff --git a/test b/test
index 08a67d0..b5f41f3 100755
--- a/test
+++ b/test
@@ -29,6 +29,11 @@ DISPLAY=:99 xdotool sleep 1
29DISPLAY=:99 xdotool click 1 29DISPLAY=:99 xdotool click 1
30DISPLAY=:99 xdotool sleep 1 30DISPLAY=:99 xdotool sleep 1
31DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png 31DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png
32# Click next (Accept default install location)
33DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337
34DISPLAY=:99 xdotool sleep 1
35DISPLAY=:99 xdotool click 1
36DISPLAY=:99 xdotool sleep 1
32DISPLAY=:99 xdotool sleep 5 37DISPLAY=:99 xdotool sleep 5
33DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png 38DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png
34tar -czf images.tar.gz *.png 39tar -czf images.tar.gz *.png