I have a requirement to take SAP screenshot with time taskbar

I have a SAP Screen.On that screen I need to click on time taskbar so that clock would appear and then soon I need to take screenshot of whole SAP screen with Time taskbar.

I have tried initially using click activity on the time taskbar and then used Take Screenshot activity .But time taskbar is not appearing on the screenshot.

Kindly guide me to solve this issue

@mnawazud

Give 1 or 2 sec delay after clicking time task bar.

I have used Delay activity and gave 2 sec time after using Click activity.

But still I am not getting screenshot with time task bar

@mnawazud

Do one thing. Use Element Exists activity after Click activity and will give you output as Boolean value.

If it is true then use Take Screenshot activity to take screenshot else skip it.