How to move terminal to another position

Hi folks,

I have an automation that opens two terminal sessions (in different environments) at the same time.

The issue is that one session overlaps the other, so I need to move the first one to a different screen position.

Does anyone know how to do this?

Thank you.

Hi @egameiro

As you are opening 2 sessions, you may be using 2 terminal sessions there. Within one, when you need to do some activities, is it referring to another terminal screen?

if yes, may be consider using either/combination of below activities to ensure you are referring to the right screen at the moment and bring the one needed at the moment to focus provided there is some text different in both environments.

Hello

You can try this approach: Use Attach Window to focus on the first terminal window. Then use Send Hotkey:Alt + Space then M (for Move) and then Arrow keys to shift window position and then send Enter to finalize.

Happy Automation

Hi Sonalia, Thank you for your reply.

You are right. I’m using two terminal sessions. However, setting the focus on one or the other won’t solve my problem, because there are moments when I need to take a screenshot of both terminal sessions. If it were possible to have one next to the other, that would be perfect. That’s why I need to move one screen to a different position.

1 Like

Hi.. Bravesh.. interesting… I’ll try.

Thank you

1 Like

Hey may I ask that you want the screenshot of both the terminal at same time ?

If not then use delay after one terminal then take screenshot then take screenshot after 2nd terminal

Cheers

It’s a request of user area.

If possible that you can take screenshot of terminals seperately then use the 2nd approach.

Cheers

Hi Bravesh,

I made a small modification to your suggestion: instead of using the HotKey, I used the Move Windows activity.

It worked perfectly.

Thank you so much!

2 Likes

Okay

Thanks for the update
Cheers

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