Which activity required to clear text into text box?
Please share solution with images or zip file better understanding.
Which activity required to clear text into text box?
Please share solution with images or zip file better understanding.
Examples:
For Set Text activity you will use the ClearText
ClearText - Clears any text in the target, before inputting the text that you want to set. This property is by default set to True. This property applies for all target types.
Reference: Activities - Set Text
For Type into activitiy, you will set the EmptyField parameter.
EmptyField - When this check box is selected, all previously-existing content in the UI element is erased before writing your text.
In Web environments, fields are emptied by default.
Reference: Activities - Type Into
Based on Input method, some activities have that behavior by default.
Reference: Studio - Input Methods