예제 #1
0
def openApp(app):
    return App.open(app)
예제 #2
0
def closeApp(app):
    return App.close(app)
예제 #3
0
def switchApp(app):
    return App.focus(app)
예제 #4
0
def closeApp(app):
    return App.close(app)
예제 #5
0
def openApp(app):
    return App.open(app)
예제 #6
0
def switchApp(app):
    return App.focus(app)
	def startApp(self):
		calcApp = App("Calculator")
		if not calcApp.window():
				App.open("calc.exe"); wait(2)
		calcApp.focus(); wait(1)