I try to use the keyword clear text , but it’s can’t work
Hi Kingz,
Try this:
WebUI.setText(findTestObject("Your_TestObject"), "")
Just make the parameter blank.
Hope that helps. . . 
@Arnel
I tried this method just now but it couldn’t work
Try SendKeys
If that doesn’t work, post the relevant HTML and I’ll clear it with JavaScript.
Thanks for your reply ,I have solved this problem with combining keyword double click with send keys [delete]
Hi KingZ,
There should be other ways you can use to do this. Try it out manually first then apply the keys you typed using SendKeys. For example: You can do Control+Shift+Home or Control+Shift+End to select your text then pressing Backspace Key, is one of them.

