findElements get first protractor code example
Example: angular specific attributes and locators list
var ele = element(locator);
// Click on the element.
ele.click();
var ele = element(locator);
// Click on the element.
ele.click();