vibium click
Click an element by reference.
Synopsis
Section titled “Synopsis”vibium click @e<num>Description
Section titled “Description”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.
Examples
Section titled “Examples”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