Forum Discussion

mateenhussain's avatar
mateenhussain
Occasional Contributor
15 years ago

Clear text before doing Send Keys

Hi I am trying to edit a textbox. At first I used testObj.wText property to set text on the textbox. But I had to move to testObj.SendKeys() method as wText didnt work on all platforms, due ...