Set the focus to applications opened from a browser

Asked by Bunnings

In my test, I connect to the citrix environment via internet explorer and launch applications by clicking on Icons from IE. How do I set the focus to the launched apps?

Question information

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

use

App.focus("some text from window title of launched app")

Revision history for this message
Bunnings (sillybilly) said :
#2

Thanks RaiMan, that solved my question.