From 8463b90c5b5bd7f50243cb9388e40b1af13a0d28 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 2 Oct 2024 18:19:20 -0500 Subject: Wait a little longer for things to happen --- test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test b/test index 5bf6081..496fc1e 100755 --- a/test +++ b/test @@ -8,16 +8,16 @@ DISPLAY=:99 WINEDLLOVERRIDES="mscoree,mshtml=" wineboot -i DISPLAY=:99 msiexec /i lua4win.msi & win=$(DISPLAY=:99 xdotool search --sync --name "Installer") WIN="Lua4Win Installer 1.0 Setup" -DISPLAY=:99 xdotool sleep 0.1 +DISPLAY=:99 xdotool sleep 1 # Click agree to terms DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png DISPLAY=:99 xdotool mousemove --window "$win" --sync 180 285 -DISPLAY=:99 xdotool sleep 0.1 +DISPLAY=:99 xdotool sleep 1 DISPLAY=:99 xdotool click 1 DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/2.png # Click Install DISPLAY=:99 xdotool mousemove --window "$win" --sync 333 333 -DISPLAY=:99 xdotool sleep 0.1 +DISPLAY=:99 xdotool sleep 1 DISPLAY=:99 xdotool click 1 DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/3.png tar -czf images.tar.gz *.png -- cgit v1.2.3-55-g6feb