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 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:
v7_huloop_actions_send_enter_list_view
List View
v7_huloop_actions_send_enter_grid_view
Grid 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.

Last updated: Oct 9, 2025
Back To Top