Send a click command to an element in the application.

click_id(obj, id)

Arguments

obj

reactor object

id

character, id of the element

Value

reactor object

Details

DETAILS

See also

glue

Other actions: execute(), query(), set_id_value()

Examples

if (FALSE) { if(interactive()){ #EXAMPLE1 } }