Automate Enter key to send written text

Hello!

How can I automate the Enter button? to send the answer automatically?

I want it to write one line, then send, wait 3 seconds, send next line and so on.

Send long texts in several messages, but as a human.

1 Like

Hi @Nicole_Leyva ,
Try adding {key: enter} to your snippet.

2 Likes

Is there a way to add time (like 5 -10 seg) to apply the key action?

Hi @Jose_Fernando_Urrea, welcome to the forum.
Yes! Try adding {wait: delay=+5s}

{wait: delay=+5s}

1 Like