Skip to content

Send Enter Key To Locator: SEND_ENTER

The Send Enter Key To Locator action presses the Enter key on a specified element, which is helpful for submitting forms or triggering actions without clicking a button.

Example: Let’s press the Enter key in a search box on the HomePage screen, targeting the SearchField.

Steps to configure:

  1. Select Send Enter Key To Locator from the Action drop-down.
  2. In the Screen Name field, enter HomePage.
  3. In the Element Key field, enter SearchField.
  4. Click Save.

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

scrn-send-enter-key-to-locator-tabular-view
Tabular View
scrn-send-enter-key-to-locator-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 Send Enter Key To Locator action will simulate pressing Enter in the SearchField on HomePage, triggering the search.

Back To Top