While executing the BOT through attended mode, the click event is happening. But in the unattended mode, the same activity throws error.
Currently, firstly find element is used & post that click event is occurring. Attaching the screenshot of the error as well.
Well I have already used Findelement activity. Will try this as well.
Is there some browser settings issue which is blocking it to hit click on OK button?
If you cannot monitor the Website state during the Unattended execution, one thing you can try alternatively to check whats going on is by using a ‘Take screenshot activity’ either right after that particular activity or in the catch block where the exception is been thrown