How to clear the TextField using C# script
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2021
01:45 AM
01-15-2021
01:45 AM
How to clear the TextField using C# script
I have a text field. I just want that when my test script will run then the already text in the text field will clear and then in next step another text will add in this text field
Solved! Go to Solution.
2 REPLIES 2
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2021
01:55 AM
01-15-2021
01:55 AM
Set its wText property to "" or use the SetText property with "" as the argument.
--------------------
Senior SQA Automation Engineer
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-15-2021
03:32 AM
01-15-2021
03:32 AM
Thank you its working now
