| title | vibium click |
|---|
Click an element by reference.
vibium click @e<num>
Performs a real mouse click on the element identified by @e<num>. The
reference must come from a recent map or find call.
Use wait afterward if the click triggers navigation or a delayed
DOM update.
Click the second mapped element:
vibium click @e2Click an element you've located by text — find first, then click the reference it returns:
$ vibium find text "Sign in"
@e4 link "Sign in"
$ vibium click @e4