# inputText

Inputs text.

*Note:* ensure field is focused on first.

## Examples

```yaml
- inputText: "test@moropo.com"
```

## Options

Input a random email.  Read more:[inputrandomemail](https://docs.moropo.com/creating-tests/commands/inputrandomemail "mention")

```yaml
- inputRandomEmail
```

Input a random person's name. Read more: [inputrandompersonname](https://docs.moropo.com/creating-tests/commands/inputrandompersonname "mention")

```yaml
- inputRandomPersonName
```

Input a random number. Read more: [inputrandomnumber](https://docs.moropo.com/creating-tests/commands/inputrandomnumber "mention")

```yaml
- inputRandomNumber
```

Input a random text. Read more: [inputrandomtext](https://docs.moropo.com/creating-tests/commands/inputrandomtext "mention")

```yaml
- inputRandomText
```
