Exception Snapshot

Hi i need to take a snapshot of the exception type,means i need to take snapshot of exception popup window

is this possible

1 Like

you can use exception.message in catch part , you will get the same information.

1 Like

@palanikumar thank you for reply but my query is i need screenshot of that pop up window i tried by putting takescreenshot activity in catch block but once the window is popped up i clicked on ok it is not capturing exactly

1 Like

I am not sure if this is possible because when you get a message box or even exception in a popup the actual flow becomes paused and when it is paused I don’t think you can take a screenshot from your program at that time.

If it can be done I would be interested to learn

Thanks,
Prankur

2 Likes