userClear void userClear( TestNode input ) Clear a text input Implementation void userClear(TestNode input) { input.fireChangeText(''); }