I have to track an element from the following element sets which is designed in a dropdown and it should be selected for protractor e2e , appreciate your comments on this,
<option value="5250539" ng-repeat="option in cell.field.selectOptions track by $index" id="5250539" ng-selected="option.id == cell.data.data" class="ng-binding ng-scope">010:sometext
</option>
Thanks.