From ebe5be3792d13d391fb2ecc924ab158bfdb1de4c Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Wed, 2 Oct 2024 18:21:37 -0500 Subject: Increase sleep before we start using the installer --- test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test b/test index 496fc1e..137e711 100755 --- a/test +++ b/test @@ -8,7 +8,7 @@ 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 1 +DISPLAY=:99 xdotool sleep 3 # Click agree to terms DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png DISPLAY=:99 xdotool mousemove --window "$win" --sync 180 285 -- cgit v1.2.3-55-g6feb