Set the value of an element by element id.

set_id_value(obj, id, value)

Arguments

obj

reactor object

id

character, id of the element

value

value to set the element to

Value

reactor object

Details

DETAILS

See also

glue

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

Examples

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