summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest4
1 files changed, 3 insertions, 1 deletions
diff --git a/test b/test
index 33c8da8..e6dbf7a 100755
--- a/test
+++ b/test
@@ -14,8 +14,8 @@ DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/1.png
14DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 346 334 14DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 346 334
15DISPLAY=:99 xdotool sleep 1 15DISPLAY=:99 xdotool sleep 1
16DISPLAY=:99 xdotool click 1 16DISPLAY=:99 xdotool click 1
17DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/2.png
18DISPLAY=:99 xdotool sleep 1 17DISPLAY=:99 xdotool sleep 1
18DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/2.png
19# Click agree to liscense 19# Click agree to liscense
20DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 34 286 20DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 34 286
21DISPLAY=:99 xdotool sleep 1 21DISPLAY=:99 xdotool sleep 1
@@ -27,6 +27,8 @@ DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --na
27DISPLAY=:99 xdotool sleep 1 27DISPLAY=:99 xdotool sleep 1
28DISPLAY=:99 xdotool click 1 28DISPLAY=:99 xdotool click 1
29DISPLAY=:99 xdotool sleep 1 29DISPLAY=:99 xdotool sleep 1
30DISPLAY=:99 xdotool click 1
31DISPLAY=:99 xdotool sleep 1
30DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png 32DISPLAY=:99 xwd -name "$WIN" | magick xwd:- png:/root/4.png
31# Click next (Accept default install location) 33# Click next (Accept default install location)
32DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337 34DISPLAY=:99 xdotool mousemove --window "$(DISPLAY=:99 xdotool search --sync --name "Installer")" --sync 350 337