Skip to content

Right Context Click: CONTEXTCLICK

The Right Context Click action allows users to perform a right-click action on a specified element, such as bringing up context menus or other interactions specific to a right-click.

Example: Suppose you want to open a context menu on a “Settings” button in a dashboard.

Steps to configure:

  1. Select Right Context Click from the Action drop-down.
  2. In the Screen Name field, choose the screen where the target element is located (e.g., Dashboard).
  3. In the Element Key field, select the element you want to right-click (e.g., Settings button).
  4. Leave the Parameters section blank.
  5. Click Save.

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

scrn-right-context-click-tabular-view
Tabular View
scrn-right-context-click-card-view
Card View

Note: Ensure that the Screen Name and Element Key are pre-defined before using this action.

Expected Outcome on Execution: The Right Context Click action will execute a right-click on the specified element, triggering any context-specific options available.

Back To Top