This solution works very good for me, and i share it guys, if you face to that issue.
WebUI.sendKeys(findTestObject(‘Your Object’), Keys.chord(Keys.CONTROL, ‘a’))
WebUI.sendKeys(findTestObject(‘Your Object’), Keys.chord(Keys.BACK_SPACE))
see you soon