SyntaxFix
Write A Post
Hire A Developer
Questions
To select items (options) with unique ids like in here:
<select ng-model="foo" ng-options="bar as bar.title for bar in bars track by bar.id"> </select>
I'm using this:
element(by.css('[value="' + neededBarId+ '"]')).click();