browser element clear

Allows you to clear the value of a text area or text input element.


Example

Running this code will clear the value of "ID[0]:textareaCode".

plugin command("Browser Automation.dll", "browser element clear", "ID[0]:textareaCode")

Was this helpful?