From dbb89051f8f640794c52b132f39786dd2596ffce Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 15 Oct 2024 12:51:19 -0500 Subject: More images, somethings broken --- test | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test b/test index 257c109..33c8da8 100755 --- a/test +++ b/test @@ -35,11 +35,13 @@ DISPLAY=:99 xdotool click 1 DISPLAY=:99 xdotool sleep 1 DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/5.png # Click install +DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 335 335 DISPLAY=:99 xdotool sleep 1 +DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png DISPLAY=:99 xdotool click 1 DISPLAY=:99 xdotool sleep 1 -DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/6.png +DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/8.png DISPLAY=:99 xdotool sleep 5 -DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/7.png +DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/9.png tar -czf images.tar.gz *.png -- cgit v1.2.3-55-g6feb