Maximize window
Maximize window
Maximizes the window of a process running on Windows, identified by the process name. Useful for making sure the window of an application is full screen before interacting with it.
Options
Process name
Name of the Windows process whose window will be maximized, for example calc for the calculator or notepad for notepad. There is no need to include the .exe extension.
Returns
This action has no returns.
Rules and Conditions
- The Process name field is required.
- The process provided must be running on the machine where the robot is being executed.
- The process name must match the name shown in the Windows Task Manager (without the
.exeextension).