UiPath automatically minimizes when ran

Hi everyone,

Not sure why this is happening, but for some reason every time I run my code in UiPath Studio, my UiPath Robot is minimized automatically for some reason. If I have an input dialog, it doesn’t show up and I have to alt+tab or click on the icon in the taskbar to get it to open. I realize this is a bit of a silly question but I’m just wondering if anyone knows how to change this! Thanks.

hi @OmarMosly

Welcome to the uipath community .

So your Problem lies in the Input Dialog that is not coming up during automation. There is something called Activate which brings the application to foreground .


Mukesh

1 Like

@OmarMosly - you can add Maximize window activity inside open browser sequence… it will keep the browser foreground.

2 Likes