Cannot send input to ui element because it is outside of screen bounds - Click Activity

Hi Friends,
I have developed the process and tested on lower environment and working as expected.
but in prod env for one click activity i am getting an error - ui element because it is outside of screen bounds.

Even though i have validate the selector from my prod machine but at the time of running the process from orchestrator i am getting this issue.

What could be the reason for this.

@Rup_1,

May the screen resolution issue. Use Mouse Scroll activity to scroll to the Ui Element.
This should resolve this issue.

Thanks,
Ashok :slight_smile:

1 Like

Hi @Rup_1 ensure that the screen resolution in the production environment matches what you used in lower environment

1 Like

Hİ, @Rup_1

For example. You have a list and list items, aa,bb,cc,dd

İf you search ff in the list. You can see this error.

It can be help to you