From ac796c3abb035d67070328b901ae2f4899512fc1 Mon Sep 17 00:00:00 2001 From: Stewie Date: Sat, 21 May 2022 16:48:24 -0400 Subject: [PATCH] Remove Desktop app --- ApacheAutomate.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ApacheAutomate.py b/ApacheAutomate.py index f068952..131068c 100644 --- a/ApacheAutomate.py +++ b/ApacheAutomate.py @@ -13,9 +13,6 @@ def open_apache3_iso(repo_name): print("Open Apache3") app = application.Application(backend="uia").start('apache3.exe') - windows = application.Desktop(backend="uia").windows() - print([w.window_text() for w in windows]) - app = application.Application(backend="uia").connect(title='Apache3 Build 3.10.6 (BETA)') #Get the window about FREE license