An exception occured: “Cannot send input to UI element because it is outside of screen bounds.”
Can someone explain how to catch this error?
An exception occured: “Cannot send input to UI element because it is outside of screen bounds.”
Can someone explain how to catch this error?
Hi @Ellen
Use Try catch activity, encapsulate the sequence with in Try block and in catch block create a catch with System.exception, after creation insert write line activity and give Exception.message. Then it will catch the exception throwed in the Try block.
Hope it helps!!
If you’re facing this issue with the robot, then please check if the screen resolution is valid in the robot settings. If you still persist this issue, then check if the element you are trying is within the screen-resolution.
Hi,
Use try catch activity.
In a catch block create system exception
Use exception.message in log message or write line activity to print the exception.
Thanks
Thanks to all for good answer…
I get this error when robot trying to send outlook message and it can not see the top banner of outlook.