I am currently working with Protractor and I need to determine the amount of child components associated with a specific element.
The element in question belongs to a table category.
let table = element(by.css('#myTable'));
My objective now is to validate the count of entries within the table. Can anyone provide guidance on achieving this, given the existing table element?