# Check

- [Check Displayed](https://docs.does.qa/test-steps/check/check-displayed.md): Check a specific element is currently displayed.
- [Check Not Displayed](https://docs.does.qa/test-steps/check/check-not-displayed.md): Check a specific element is not currently displayed.
- [Check Visible](https://docs.does.qa/test-steps/check/check-visible.md): Check a specific element is currently visible.
- [Check Not Visible](https://docs.does.qa/test-steps/check/check-not-visible.md): Check a specific element is not currently visible.
- [Check Exists](https://docs.does.qa/test-steps/check/check-exists.md): Check a specific element exists.
- [Check Does Not Exist](https://docs.does.qa/test-steps/check/check-does-not-exist.md): Check a specific element does not currently exist.
- [Check Enabled](https://docs.does.qa/test-steps/check/check-enabled.md): Check a specific element is currently enabled.
- [Check Disabled](https://docs.does.qa/test-steps/check/check-disabled.md): Check a specific element is currently disabled.
- [Check Clickable](https://docs.does.qa/test-steps/check/check-clickable.md): Check a specific element is currently clickable.
- [Check Not Clickable](https://docs.does.qa/test-steps/check/check-not-clickable.md): Check a specific element is not currently clickable.
- [Check Focused](https://docs.does.qa/test-steps/check/check-focused.md): Check a specific element is currently focused.
- [Check Not Focused](https://docs.does.qa/test-steps/check/check-not-focused.md): Check a specific element is not currently focused.
- [Check Selected](https://docs.does.qa/test-steps/check/check-selected.md): Check a specific element is currently selected.
- [Check Not Selected](https://docs.does.qa/test-steps/check/check-not-selected.md): Check a specific element is not currently selected.
- [Check Text](https://docs.does.qa/test-steps/check/check-text.md): Check the text of a specific element.
- [Check Value](https://docs.does.qa/test-steps/check/check-value.md): Check the value of a specific element.
- [Check Value Store](https://docs.does.qa/test-steps/check/check-value-store.md): Check a specific item in the value store.
- [Check Attribute](https://docs.does.qa/test-steps/check/check-attribute.md): Check a attribute on a specific element.
- [Check Computed Label](https://docs.does.qa/test-steps/check/check-computed-label.md): Check the computed label on a specific element.
- [Check Computed Role](https://docs.does.qa/test-steps/check/check-computed-role.md): Check the computed role on a specific element.
- [Check Computed Style](https://docs.does.qa/test-steps/check/check-computed-style.md): Check the computed style on a specific element.
- [Check Count](https://docs.does.qa/test-steps/check/check-count.md): Check the count of an element selector.
- [Check Title](https://docs.does.qa/test-steps/check/check-title.md): Check the current browser title.
- [Check Address](https://docs.does.qa/test-steps/check/check-address.md): Check the current browser address.
- [Check Cookie](https://docs.does.qa/test-steps/check/check-cookie.md): Check the value of a specific cookie.
- [Check LocalStorage](https://docs.does.qa/test-steps/check/check-localstorage.md): Check the value of a specific local storage key.
- [Check SessionStorage](https://docs.does.qa/test-steps/check/check-sessionstorage.md): Check the value of a specific session storage key.
- [Check Links](https://docs.does.qa/test-steps/check/check-links.md): Check all the links on a page or in a specific element.
- [Check SFTP File Exists](https://docs.does.qa/test-steps/check/check-sftp-file-exists.md): Check a specific file exists on a SFTP server.
- [Check SFTP File Does Not Exist](https://docs.does.qa/test-steps/check/check-sftp-file-does-not-exist.md): Check a specific file does not exist on a SFTP server.
- [Check SFTP File Count](https://docs.does.qa/test-steps/check/check-sftp-file-count.md): Check how many files are inside a SFTP sftp directory.
- [Check GTM Event](https://docs.does.qa/test-steps/check/check-gtm-event.md): Check a specific event or property triggered a GTM event.
- [Check JSON Value](https://docs.does.qa/test-steps/check/check-json-value.md): Check the values inside a JSON object.
- [Check JSON Schema](https://docs.does.qa/test-steps/check/check-json-schema.md): Check the schema of a JSON object.
- [Check Load Time](https://docs.does.qa/test-steps/check/check-load-time.md): Check the page load time.
- [Check API Response Time](https://docs.does.qa/test-steps/check/check-api-response-time.md): Check an API's response time.


---

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