Herbie Logo

Wait Command Playground

Instructions

Open the Herbie extension and type the following commands in Herbie Tab:

type "Hello, World!" in '#text-input'
wait 5000
click on '#test-button'

This will type "Hello, World!" into the input field, wait for 5 seconds, and then click the button to trigger an alert.