I have a dataset containing various elements such as images, text, and numbers. I am struggling to click on a specific text within the dataset. As someone new to e2e testing with Protractor, any assistance would be greatly appreciated.
I specifically need guidance on how to click on the text "Created By Test Automation".
<td class="custom-t-act mat-cell cdk-column-name mat-column-name ng-tns-c15-3 ng-star-inserted"
_ngcontent-c15="" mat-cell="" role="gridcell>
<h5 _ngcontent-c15="" class="mb-0 pointer" tabindex="0"
ng-reflect-router-link="/projects/created-by-test-auto">
<b _ngcontent-c15="" class="ng-tns-c15-3">Created by Test Automation</b>
</h5>
</td>