summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-15 12:46:08 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-15 12:46:08 -0500
commit9d6d52a9f2e28839f4886f0ca8855b1865d75748 (patch)
tree114c22198767e2f76ccdd0ca81f1dcfc39d263cd
parent7ef466c9383909a81b9c7732778ae97b5bbae928 (diff)
downloadlua4win-dist-lua-9d6d52a9f2e28839f4886f0ca8855b1865d75748.tar.gz
lua4win-dist-lua-9d6d52a9f2e28839f4886f0ca8855b1865d75748.tar.bz2
lua4win-dist-lua-9d6d52a9f2e28839f4886f0ca8855b1865d75748.zip
One more click
-rwxr-xr-xtest10
1 files changed, 8 insertions, 2 deletions
diff --git a/test b/test
index b5f41f3..257c109 100755
--- a/test
+++ b/test
@@ -23,7 +23,6 @@ DISPLAY=:99 xdotool click 1
23DISPLAY=:99 xdotool sleep 1 23DISPLAY=:99 xdotool sleep 1
24DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png 24DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png
25# Click next 25# Click next
26DISPLAY=:99 xdotool sleep 1
27DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337 26DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337
28DISPLAY=:99 xdotool sleep 1 27DISPLAY=:99 xdotool sleep 1
29DISPLAY=:99 xdotool click 1 28DISPLAY=:99 xdotool click 1
@@ -34,6 +33,13 @@ DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --na
34DISPLAY=:99 xdotool sleep 1 33DISPLAY=:99 xdotool sleep 1
35DISPLAY=:99 xdotool click 1 34DISPLAY=:99 xdotool click 1
36DISPLAY=:99 xdotool sleep 1 35DISPLAY=:99 xdotool sleep 1
37DISPLAY=:99 xdotool sleep 5
38DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png 36DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png
37# Click install
38DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 335 335
39DISPLAY=:99 xdotool sleep 1
40DISPLAY=:99 xdotool click 1
41DISPLAY=:99 xdotool sleep 1
42DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png
43DISPLAY=:99 xdotool sleep 5
44DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png
39tar -czf images.tar.gz *.png 45tar -czf images.tar.gz *.png