diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 15:06:58 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-16 15:06:58 -0500 |
commit | edd205a65cf5a3eb72d8aa74bc1c71475a18120a (patch) | |
tree | 15f47003dd8ce16629e774abc7127bd7bc4a9bd3 | |
parent | b244ab45d6f386ee7dbd6d898fc9948cc71eb1a3 (diff) | |
download | lua4win-dist-lua-edd205a65cf5a3eb72d8aa74bc1c71475a18120a.tar.gz lua4win-dist-lua-edd205a65cf5a3eb72d8aa74bc1c71475a18120a.tar.bz2 lua4win-dist-lua-edd205a65cf5a3eb72d8aa74bc1c71475a18120a.zip |
Try sleeping for longer
-rwxr-xr-x | test | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -49,18 +49,18 @@ DISPLAY=:99 xdotool sleep 3 | |||
49 | # What if we use keyboard shortcuts instead? | 49 | # What if we use keyboard shortcuts instead? |
50 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png | 50 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png |
51 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N | 51 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N |
52 | DISPLAY=:99 xdotool sleep 1 | 52 | DISPLAY=:99 xdotool sleep 3 |
53 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/2.png | 53 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/2.png |
54 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") a | 54 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") a |
55 | DISPLAY=:99 xdotool sleep 1 | 55 | DISPLAY=:99 xdotool sleep 3 |
56 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png | 56 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png |
57 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N | 57 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N |
58 | DISPLAY=:99 xdotool sleep 1 | 58 | DISPLAY=:99 xdotool sleep 3 |
59 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png | 59 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png |
60 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N | 60 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") N |
61 | DISPLAY=:99 xdotool sleep 1 | 61 | DISPLAY=:99 xdotool sleep 3 |
62 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png | 62 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png |
63 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") I | 63 | DISPLAY=:99 xdotool key --window $(DISPLAY=:99 xdotool search --sync --name "Installer") I |
64 | DISPLAY=:99 xdotool sleep 1 | 64 | DISPLAY=:99 xdotool sleep 3 |
65 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png | 65 | DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png |
66 | tar -czf images.tar.gz *.png | 66 | tar -czf images.tar.gz *.png |