Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

vibium fill

Type text into an input field.

vibium fill @e<num> "<value>"

Focuses the element referenced by @e<num> and types <value> into it. Works for any input that accepts text: <input type="text">, <input type="email">, <input type="password">, <textarea>, contenteditable elements, and so on.

Terminal window
vibium fill @e2 "alice@example.com"
vibium fill @e3 "correct horse battery staple"

When you don’t know the reference yet, find it first:

Terminal window
$ vibium find label "Email"
@e2 input label="Email"
$ vibium fill @e2 "alice@example.com"