> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spurtest.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview of Supported Actions

> All available discrete actions you can use in your test steps.

<CardGroup cols={1}>
  <Card horizontal href="/authoring-tests/test-side-peek/step-types/actions/click" title="Click">
    Trigger interactions on buttons, links, checkboxes, and other elements. Supports single click, double click, and right click.
  </Card>

  <Card horizontal href="/authoring-tests/test-side-peek/step-types/actions/hover" title="Hover">
    Move the cursor over elements to reveal dropdown menus, tooltips, and nested navigation.
  </Card>

  <Card horizontal href="/authoring-tests/test-side-peek/step-types/actions/scroll" title="Scroll">
    Navigate through content vertically or horizontally, including inner scrollable containers.
  </Card>

  <Card horizontal href="/authoring-tests/test-side-peek/step-types/actions/select" title="Select">
    Choose options from system or custom dropdowns using click or typing interactions.
  </Card>

  <Card horizontal href="/authoring-tests/test-side-peek/step-types/actions/wait" title="Wait">
    Pause execution to allow for page loads, animations, or data processing before the next step.
  </Card>

  <Card horizontal href="/authoring-tests/test-side-peek/step-types/actions/type" title="Type">
    Enter text into form fields, search boxes, and other input elements.
  </Card>
</CardGroup>
