ReporterForUiPath.Activities | Step Status Activity | Screenshots taken not opened

Hello All,

I’m using the package “ReporterForUiPath.Activities” for report creation purpose.

  1. Create Report activity is used to create the report in a defined location. (Location is defined as a property in this activity)
  2. Step Status activity is used to add steps to the created report. Screenshots can also be taken in this activity.

The issue I’m facing is, when the report is copied and moved to other location and when opened from the new location, the screenshots are not opening.

When report is opened from the pre defined location (Location where report is created), this works fine.

When the screenshot is opened from different location, it opens as shown in the below image (Just a small white box).

Can anyone help me with this?

Thank you..

@shahidhaqeel.s

First, did you tried manually? if not try manually and see whether it is working fine or not.
If it not working even manually, you need to think about from system side.

Hi @shahidhaqeel.s
This issue happens because the screenshots are stored as local file paths, and when you move the report to another location, those paths break.

:white_check_mark: To fix this:

  • Make sure to copy the entire folder, including the Screenshots subfolder, not just the report file.
  • Keep the folder structure exactly the same as it was when the report was generated.

If needed, update the report generation logic to use relative paths for better portability.