← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #632939]: Sikuli object identification fails if the browser is not in foreground

 

Question #632939 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/632939

    Status: Answered => Open

Satheesh is still having a problem:
This is what I have tried,

I am running my tests on VM and the problem here is when the browser
window is kept in fore Ground, object identification passes but if its
in back ground, it fails.

I have tried

App appBrowser = new App("Internet Explorer");
appBrowser.focus();
Screen s = appBrowser.window().getScreen();

This does not bring the screen to fore ground.

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