I am beginner to Ui Path and this is my first Post in Forum.
I tried to update a field in a web page through type into activity. The field may or may not have the data already. I have to empty the entire field and update new comment. I tried with Empty Field property in type into activity. This property erases only the first line of the field and leads to overlapping of new and old comment.
Can anyone help with the solution to empty the whole box before typing the new comment.
I have tried already with Empty Field property in type into activity. This property erases only the first line of the field and leads to overlapping of new and old comment. Please find the below screenshot
Consider the below comment is already present in the box and I need to replace with new comment which I have filled in Bot. This Empty Field property erases only “a” in the first line and my bot overlapping my comment along with “b” in the second line.
Hi
Welcome to UiPath community
you were almost done
First lets get into the reason why you were not able to delete the line
–i hope the first line gets deleted due to empty field property as that property usually takes the current line into consideration and deletes that line alons
–thats the reason why we were not able to delte the second line
so to rectify this
–use send hot key and use key ctrl+a
–then again use send hot key activity and use key back
this is how we usually do with our keyboard instead of going with mouse
hope this would help you
kindly try this and let know for any queries or clarfication
Cheers @RajPavithran