Last Updated: Feb 14, 2022
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
Switch Current Application (title, exe_name, pid)
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.
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.