My current project involves e2e testing for an Angular 4 application with Protractor.
Despite my efforts, I am struggling to locate a unique id, class, name or text identifier for a specific textarea within the application code.
I need assistance in finding a unique xpath for this textarea element.
<textarea maxlength="250" pinputtextarea="" required="" ng-reflect-rows="2"
ng-reflect-cols="50" ng-reflect-required="" ng-reflect-maxlength="250"
ng-reflect-model="Test description 2" class="ui-inputtext ui-corner-all
ui-state-default ui-widget ng-pristine ui-state-filled ng-valid ng-touched"
rows="2" cols="50">
</textarea>