You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
@@ -14,6 +14,9 @@ def open_apache3_iso(repo_name):
|
||||
app = application.Application(backend="win32").start('apache3.exe')
|
||||
|
||||
time.sleep(8)
|
||||
windows = application.Desktop(backend="uia").windows()
|
||||
print([w.window_text() for w in windows])
|
||||
|
||||
app = application.Application(backend="win32").connect(title='Apache3 Build 3.10.6 (BETA)')
|
||||
|
||||
#Get the window about FREE license
|
||||
|
||||
@@ -182,6 +182,7 @@ if __name__ == "__main__":
|
||||
args = get_arguments()
|
||||
#print(vars(args))
|
||||
|
||||
RepoFunctions.refresh_repo("PythonLib")
|
||||
game_name = args.game
|
||||
tales_instance = getTalesInstance(game_name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user