# hideKeyboard

A simple command to hide the keyboard.

*Note for iOS:* This method will mimic a scroll-up action above the keyboard on iOS as no "close keyboard" command explicitly exists in the iOS ecosystem. If you are experiencing trouble with this command on iOS then try writing a custom swipe command.

## Examples

```yaml
- hideKeyboard
```


---

# 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.moropo.com/creating-tests/commands/hidekeyboard.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.
