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")
Allows you to clear the value of a text area or text input element.
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?