Skip to content

Capture Screenshot: SCREENSHOT

The Capture Screenshot action captures an image of the current screen in PNG format. This is useful for saving a visual record of your automation process at specific steps. You can add a prefix to the screenshot filename in the Parameter section to help identify it later.

Example: Let’s capture a screenshot of the login page with the filename prefix “LoginPage”.

Steps to configure:

  1. Select Capture Screenshot from the Action drop-down.
  2. Leave the Screen Name and Element Key fields blank, as this action captures the entire screen rather than a specific element.
  3. In the Parameter section, enter a prefix for the screenshot filename (e.g., LoginPage).
  4. Click Save.

Note: While the steps for adding an Action are identical in both views, the display of the steps changes:

scrn-capture-screenshot-tabular-view
Tabular View
scrn-capture-screenshot-card-view
Card View

Expected Outcome on Execution:

  • The Capture Screenshot action will save a PNG file of the current screen with the specified prefix in the filename (e.g., “LoginPage_[timestamp].png”).
  • You can find this file in the designated screenshot directory for later reference.

Back To Top