WebFormManager.inputElementAutoFill

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.

class WebFormManager
static
void
inputElementAutoFill

Parameters

element javascriptcore.value.Value

a #JSCValue

value string

the text to set