Cannot send input to UI element because it is outside of screen bounds error in ui path

Hi All,

Need your support, in this regard. I have scenario i need to double click on a “name”, I have used 'double click" activity, am getiing this error: Cannot send input to UI element because it is outside of screen bounds error in ui path. please help me with solution for this kind of scenarios.

Hi @Siddarth_Nagarabenchi

Looks like you are trying to perform a click in another window different to the current, so you should use another use application/browser activity or attach browser activity attaching the window where you’ll need to click, and then inside that new activity use the click activity

Regards