Cannot send input to UI element because it is outside of screen bounds - unattended

Hi Team,

I’m getting this issue when I try to run the bot unattended from orchestrator. it works fine when triggered from UiPath assistant (attended ) and when I triggered from orchestrator and tried logging into the server to check the issue , I couldn’t find any issue it works fine again. It seems the process works fine when the screen is on. does anyone have any idea on this?

Thankss,
Naveen

1 Like

Run in debug mode from studio and see @naveenkumarr
Is it working with that

If it’s working even there and if the error is happening at an UI based activity then that it should be some time load factor for an element

1 Like

Hi @naveenkumarr ,

Could you maybe check with the below posts :

1 Like

I tried debugging too na, it works fine. okay will increase delay time between the activities

1 Like

Cool
Give a try @naveenkumarr

Can you please make sure that your robot is installed as Service mode? @naveenkumarr

@naveenkumarr

Try using simulate input method and check

also confirm if the robot is installed in Service mode

also when run from orchestrator the resolution might be different if login to console is disabled or set to true…because of which in unattended may be the control is out of bounds

Simulate should solve…also check the login to console and set it to false if resolution needs to be changed

cheers

Instead of doing delay, you can use check app state it will work