Skip to content

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

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:

Terminal window
vibium click @e2

Click an element you’ve located by text — find first, then click the reference it returns:

Terminal window
$ vibium find text "Sign in"
@e4 link "Sign in"
$ vibium click @e4