sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #17474
Re: [Question #226745]: Cannot open Android Emulator using openApp "emulator64-arm"
Question #226745 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/226745
Status: Open => Answered
RaiMan proposed the following answer:
--1. when programming in Java, you should not step up to the Jython
level (do not use classes SikuliScript...), unless you want to run
Jython scripts from inside Java.
--2. use
App.focus("app-name");
Internally the process name is used to identify the app (be aware: on
Mac currently it is not possible to bring to front a specific window of
an app).
Looking into the activity monitor might help (open files) or ps on
command line, to find out what "app-name" should be.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.