> For the complete documentation index, see [llms.txt](https://docs.does.qa/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.does.qa/test-steps/action/scroll-into-view.md).

# Scroll Into View

Scroll Into View brings an [Element](/elements/creating-elements.md) into the visible viewport. Use it when a control sits below the fold or inside a scrollable panel and later steps need it on screen.

![Scroll into view Test Step](https://app.does.qa/screenshots/node/action_scroll_intoView.png)

## When to use it

* Reveal a footer link or long-form field before a [Touch](/test-steps/action/touch.md) step.
* Scroll a row into view inside a nested table or modal panel.
* Set **Parent Element** when the target lives inside a scrollable container rather than the main page.

## Configure

### Basics

| Field                              | What to set                                                                              |
| ---------------------------------- | ---------------------------------------------------------------------------------------- |
| **Element**                        | The [Element](/elements/creating-elements.md) to scroll into view                        |
| **Target**                         | `Nearest Point` (default), `Top Left`, `Center`, or `Bottom Right`                       |
| **Parent Element** *(conditional)* | Scrollable container [Element](/elements/creating-elements.md) when the target is nested |

### Advanced

| Field              | What to set                                          |
| ------------------ | ---------------------------------------------------- |
| **Status on fail** | [Failed Status](/test-step-options/failed-status.md) |

## Related

* [Scroll To Edge](/test-steps/action/scroll-to-edge.md)
* [Touch](/test-steps/action/touch.md)
* [Action](/test-steps/action.md)

**Tags:** `action`, `scroll`, `intoView`, `view`, `target`, `focus`, `move`, `viewport`
