Saving Image in a Cross-Compatible Project

Hi everyone,

I’m currently working on a Linux-based robots project and need to capture and save a screenshot of an entire webpage. However, I cannot use the Windows “Save Image” activity due to platform constraints.

Does anyone know of a reliable way to achieve this, either by using UiPath’s built-in activities or custom scripts that are compatible with Linux? Any suggestions or examples would be greatly appreciated!

Thanks in advance!

we can do at least:

and refer to the saved file by:

It seems to be ok, but how did you configure the local resource in the second image?

local resource is an output and managed by the take Screenshot Activity.

Second screenshot shows the verification of codelines within the immediate panel:

Understanding the 6 Debugging Panels of UiPath in the easiest way possible! - News / Tutorials - UiPath Community Forum

Also check: Debugging Courses fro UiPath and if needed Web Studio Learning Resources

So, the presented code lines can be used within

  • assign Activity
    OR
  • needed activities configurations

I’ve been trying to solve it, but unfortunately, without success. Would you mind having a virtual meeting to explain how to do it?

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.