input_element_auto_fill


Description:

public static void input_element_auto_fill (Value element, string value)

Set the value of an HTML input element as if it had been edited by the user, triggering a change event, and set it as filled automatically.

If element is not an HTML input element this function does nothing.

Parameters:

element

a Value

value

the text to set