I think this is a documentation improvement request. The [`ElementArrayFinder.evaluate` API documentation page](http://angular.github.io/protractor/#/api?view=ElementArrayFinder.prototype.evaluate) does not provide an example on how to use `evaluate()` on a result of `element.all()`, but instead it shows how to use it on a `element()`: ``` var value = element(by.id('foo')).evaluate('variableInScope'); ``` On the other hand [`ElementFinder.evaluate`API documentation page](http://angular.github.io/protractor/#/api?view=ElementFinder.prototype.evaluate) does not have an example at all. Thanks.
I think this is a documentation improvement request.
The
ElementArrayFinder.evaluateAPI documentation page does not provide an example on how to useevaluate()on a result ofelement.all(), but instead it shows how to use it on aelement():On the other hand
ElementFinder.evaluateAPI documentation page does not have an example at all.Thanks.