Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 780 Bytes

File metadata and controls

38 lines (26 loc) · 780 Bytes
title vibium fill

Type text into an input field.

Synopsis

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

Description

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.

Examples

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

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

$ vibium find label "Email"
@e2  input  label="Email"

$ vibium fill @e2 "alice@example.com"

See also