googleid_118035Contributor11 years agoSolvedHow to tell Testcomlpete to clear a value in text area. Hi All, I have a text area in web page and intially its contain some text. So I have to insert a new text after removing exsisting text in the text area. How can I do tha...Show MoreUnveN11 years agoHi!You can use the 'value' property of the text area:http://www.w3schools.com/jsref/prop_textarea_value.asp
UnveN11 years agoHi!You can use the 'value' property of the text area:http://www.w3schools.com/jsref/prop_textarea_value.asp
UnveN11 years agoHi!You can use the 'value' property of the text area:http://www.w3schools.com/jsref/prop_textarea_value.asp
Vivek72Contributor11 years agoHi DevTry using Textarea_Object.Keys("^a" & "[Del]"); without loop.RegardsKumar
Recent DiscussionsPulling Test Data from a GitLab RepoHow do I get past the "Unable to start the trial for the TestComplete plugins" errorHow to open HTMLX and tcLogX files outputted by TestExecuteSolved
Related ContentIterating through Data source values and verifying the matched valueExpected value: [null]; Actual value: []Array null values