Maximize all open windows

Hello community!
I’m having problems with my automation, because in one step it is necessary to open several windows, but I need these windows to be maximized.
I have already enabled this function in the use application activity, but I need to ensure that new windows that are opened are maximized. Could you help me with this problem? Thanks!

Hi @amanda.gondim ,

Send Hotkey: Use Alt + Space followed by x to maximize the window. This method is reliable across different applications.

Thanks,
Muthuraj

Hie @amanda.gondim you can use maximize window activity or else use the hotkey and other option is to use click activity and target it to the maximize so every time the new window open it should first click on the maximize button first …

1 Like

Classic:

  • Attach browser / Attach application
  • Maximize Window activity

Modern:

  • Use Application/Browser
  • Set the ‘Resize window’ property here
    image
1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.