Forum Discussion
syedsafvan
16 years agoContributor
Mateen
If you want to use keys method only....
then uses
Control.dblCllick
Control.keys("^A")
Control.keys("[BS]")
before feeding in the data.
This should clear the field you want to edit.
Thankyou