Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 702 Bytes

File metadata and controls

42 lines (28 loc) · 702 Bytes
title vibium click

Click an element by reference.

Synopsis

vibium click @e<num>

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

Click the second mapped element:

vibium click @e2

Click 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

See also