WebFormManager.inputElementAutoFill
void inputElementAutoFill(javascriptcore.value.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 #JSCValue |
value | the text to set |