The code line is:
class="ng-binding ng-scope" ng-bind="item.name">Soap
Its a drop down and I want to select the value 'soap'.
The code line is:
class="ng-binding ng-scope" ng-bind="item.name">Soap
Its a drop down and I want to select the value 'soap'.
Copyright © 2021 Jogjafile Inc.
You can use
getAttribute
on the selected element :