How to click image in Application even if application is in minimized state --- not possible
Asked by
Bennil
on 2018-06-18
How to click image in Application even if application is in minimized state?..
I have opened an application in sikulix using App class. i am not able to enter text and click images in that application if the application is behind other screens or when minimized. is there any way in sikulix to automatically recognize the app window and do click events.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Sikuli Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- RaiMan
- Solved:
- 2018-06-18
- Last query:
- 2018-06-18
- Last reply:
- 2018-06-18
|
#1 |
Since SikuliX can only act on the pixels as they are currently visible on the screen, you have to take care, that relevant application windows are fully visible in the foreground at time of SikuliX actions.
Use the features of the App class, to manage that.
Bennil (mbennill) said : | #2 |
Thanks RaiMan, that solved my question.
To post a message you must log in.