Solved

RPA, How to switch or active application ?

  • 31 March 2023
  • 3 replies
  • 54 views

Badge +4

My coding has opened 2 applications such as Internet Explorer and Excel, Does RPA has function to call or switch to desire application ? (may be more than 2 apps in the future)

Remark, i’m not interested on Key shortcut as Alt+Tab, need functional command also be better.

icon

Best answer by TarekMostafa 17 April 2023, 11:08

View original

3 replies

Badge +4

In additional, how to check each actively opened application status ?
I need to check that for avoid duplication opening application.

Userlevel 3
Badge +9

@Qootaro A Nintex team member will get back to you shortly.  Thanks for your patience.

Badge +1

@Qootaro

You need to use the command “Get step window handle” to capture the application(s) window(s) and put each in a variable (an image of the application screen must be recorded in this step)

 

Then you can utilize the command “Control Window State” and choose the option “bring to front” to switch between applications.

To check the status of actively opened applications, you can utilize the “check window state” command.

 

Reply