# Action

- [Touch](https://docs.does.qa/test-steps/action/touch.md): Touch (Click) an element or position.
- [Double Tap](https://docs.does.qa/test-steps/action/double-tap.md): Double Tap (double click) and element or position.
- [Drag and Drop](https://docs.does.qa/test-steps/action/drag-and-drop.md): Drag one element onto another.
- [Clear](https://docs.does.qa/test-steps/action/clear.md): Clear input value.
- [File](https://docs.does.qa/test-steps/action/file.md): Upload a file.
- [Select Option](https://docs.does.qa/test-steps/action/select-option.md): Select a specific dropdown option.
- [Send Keys](https://docs.does.qa/test-steps/action/send-keys.md): Simulates a user typing and allows for special keys and keyboard combinations.
- [Set MFA](https://docs.does.qa/test-steps/action/set-mfa.md): Populate an MFA input with a valid MFA token.
- [Open Plugin](https://docs.does.qa/test-steps/action/open-plugin.md): Install and open plugins from the Chrome Plugin Web Store.
- [Scroll Into View](https://docs.does.qa/test-steps/action/scroll-into-view.md): Scroll into view
- [Scroll To Edge](https://docs.does.qa/test-steps/action/scroll-to-edge.md): Scroll the page or element to a specific edge.
- [Hover](https://docs.does.qa/test-steps/action/hover.md): Hover over an element or position.
- [Touch and Hold](https://docs.does.qa/test-steps/action/touch-and-hold.md): Touch and hold an element or position.
- [Touch Release](https://docs.does.qa/test-steps/action/touch-release.md): Touch Release an element or position.
- [Set Value](https://docs.does.qa/test-steps/action/set-value.md): Set an input's values.
- [Scan](https://docs.does.qa/test-steps/action/scan.md): Scan an element for QR codes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.does.qa/test-steps/action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
