# Runner

- [Pause](https://docs.does.qa/test-steps/runner/pause.md): Wait for specific number of seconds.
- [Wait For Element To Be Displayed](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-displayed.md): Wait for a specific element to be displayed.
- [Wait For Element To Not Be Displayed](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-be-displayed.md): Wait for a specific element to not be displayed.
- [Wait For Element To Be Visible](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-visible.md): Wait for a specific element to be visible.
- [Wait For Element To Not Be Visible](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-be-visible.md): Wait for a specific element to not be visible.
- [Wait For Element To Exist](https://docs.does.qa/test-steps/runner/wait-for-element-to-exist.md): Wait for a specific element to exist.
- [Wait For Element To Not Exist](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-exist.md): Wait for a specific element to not exist.
- [Wait For Element To Be Enabled](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-enabled.md): Wait for a specific element to be enabled.
- [Wait For Element To Be Disabled](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-disabled.md): Wait for a specific element to be disabled.
- [Wait For Element To Be Clickable](https://docs.does.qa/test-steps/runner/wait-for-element-to-be-clickable.md): Wait for a specific element to be clickable.
- [Wait For Element To Not Be Clickable](https://docs.does.qa/test-steps/runner/wait-for-element-to-not-be-clickable.md): Wait for a specific element to not be clickable.
- [Wait For Element Text](https://docs.does.qa/test-steps/runner/wait-for-element-text.md): Wait for a specific element's inner text to match a condition.
- [Switch Window](https://docs.does.qa/test-steps/runner/switch-window.md): Switch the current browser window.
- [Switch Frame](https://docs.does.qa/test-steps/runner/switch-frame.md): Focus inside an iFrame.
- [Switch To Parent Frame](https://docs.does.qa/test-steps/runner/switch-to-parent-frame.md): Return the focus to outside an iFrame.
- [Add Header](https://docs.does.qa/test-steps/runner/add-header.md): Add a header to the active browser.
- [Set Header](https://docs.does.qa/test-steps/runner/set-header.md): Set the headers on the active browser.
- [Remove All Headers](https://docs.does.qa/test-steps/runner/remove-all-headers.md): Remove all browser headers.
- [Stop When Element Is Displayed](https://docs.does.qa/test-steps/runner/stop-when-element-is-displayed.md): Stop when a specific element is displayed.
- [Stop When Element Not Displayed](https://docs.does.qa/test-steps/runner/stop-when-element-not-displayed.md): Stop when a specific element is not displayed.
- [Stop When Value](https://docs.does.qa/test-steps/runner/stop-when-value.md): Stop when a value matches a specific condition.
- [Generate File](https://docs.does.qa/test-steps/runner/generate-file.md): Generate a Text, PDF, JSON, or Excel file at run time.
- [Generate Image](https://docs.does.qa/test-steps/runner/generate-image.md): Generate a JPEG or PNG image at run time.
- [Condition](https://docs.does.qa/test-steps/runner/condition.md): Only generate specific test cases when a certain condition is met.
- [Set Webcam](https://docs.does.qa/test-steps/runner/set-webcam.md): Set the webcam stream.


---

# 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/runner.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.
