← Back to team overview

sikuli-driver team mailing list archive

[Question #271600]: setApp (java)

 

New question #271600 on Sikuli:
https://answers.launchpad.net/sikuli/+question/271600

I'd like to move from 1 Region to 1 Appor Screen to 1 app.
I need something similar to Screen.currentWindow() with static App return. 

in my case, I can not use:
App someapp = new App();
someapp=App.open("...");

I wish Sikuli be able to automatically determine the position(+ size) of the window in the screen (this solves any transfer of window)

I try:
 App someapp = new App("..");
someapp= App.open("......\\iexplore.exe");
someapp.window().highlight(5);
It opens the exe but I don't have  highlight!!

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.