Sikuli does no detect app icons

Asked by Test App

Hi,

I am trying to automate my desktop app using sikuli . The app takes over the entire screen once it gets started ,there is no taskbar,i have no option to minimize or maximum.The mouse icon also changes as the app is launched

I am only able to launch the app using sikuli but unable to click anything on the app

Please help

Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
masuo
Solved:
Last query:
Last reply:
Revision history for this message
masuo (masuo-ohara) said :
#1

what environment do you use sikulix on?
(os version, sikulix version, ...)

Revision history for this message
RaiMan (raimund-hocke) said :
#2

SikuliX cannot access fullscreen applications (a restriction of the underlying Java features used by SikuliX).

Only applications that run in the context of the desktop.

Revision history for this message
Best masuo (masuo-ohara) said :
#3

I have an idea.

How about run fullscreen apllications on PC1 and run SikuliX on PC2.
If you can display screen of PC1 on screen of PC2(eg. by useing Remote Desktop Protocol), SikuliX may be able to detect icons on PC1.

Revision history for this message
Test App (laxmisaketha) said :
#4

Hi Masuo ,

Your idea worked out great . I accessed my application through a remote desktop and then executed all the Sikuli actions on the remote screen and it worked like magic
Thank you so much

Revision history for this message
Test App (laxmisaketha) said :
#5

Thanks masuo, that solved my question.