Search

Switch Current Application

Articles

Use this function to switch the current (focused) application to input application based on title, executable file name, or Process ID.

Useful in Desktop Automation

Syntax

Switch Current Application (title, exe_name, pid)

Parameters

Input Parameter Name Description
title Name of the saved file
exe_name Executable file name of the application
pid Process ID of the Application

Ensure that the saved file to be switched to is open.

Sample

Switch Current Application (Invoice, Notepad, none)

Switches Current Application to the file saved as Invoice in the Notepad application.

Pass None if you are not passing a value for the parameter .

To view all the User Interface (UI) functions, click here.

Did you find what you were looking for?