# delay

Add <mark style="color:orange;">pause</mark> between some commands.

```typescript
// first argument is ms to delay
delay(400)
```
