From f567980e28d9be0b66d06876111002b199490d5d Mon Sep 17 00:00:00 2001 From: Stewie Date: Sat, 14 May 2022 17:07:14 -0400 Subject: [PATCH] Trying win32 option --- ApacheAutomate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ApacheAutomate.py b/ApacheAutomate.py index f2ce4ce..e2ff1bd 100644 --- a/ApacheAutomate.py +++ b/ApacheAutomate.py @@ -11,10 +11,10 @@ import time def open_apache3_iso(repo_name): print("Open Apache3") - app = application.Application(backend="uia").start('apache3.exe') + app = application.Application(backend="win32").start('apache3.exe') time.sleep(8) - app = application.Application(backend="uia").connect(title='Apache3 Build 3.10.6 (BETA)') + app = application.Application(backend="win32").connect(title='Apache3 Build 3.10.6 (BETA)') #Get the window about FREE license print("Press Enter about Free License")