You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Remove Desktop app
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user