Package | Description |
---|---|
org.sikuli.script |
Modifier and Type | Method and Description |
---|---|
App |
App.focus()
tries to make it the foreground application bringing its topmost window to front
|
App |
App.focus(int num)
tries to make it the foreground application bringing its window with the given number to front
|
static App |
App.focus(String appName)
tries to identify a running app with name and if not running tries to open it and tries to make it the foreground
application bringing its topmost window to front
|
static App |
App.focus(String appName,
int num)
tries to identify a running app with name and if not running tries to open it and tries to make it the foreground
application bringing its window with the given number to front
|
App |
App.open()
tries to open the app defined by this App instance
do not wait for the app to get running |
App |
App.open(int waitTime)
tries to open the app defined by this App instance
and waits until app is running |
static App |
App.open(String appName)
creates an instance for an app with this name and tries to open it
|
App |
App.setUsing(String options) |
Copyright © 2017. All rights reserved.