Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 466b383

Browse files
hankduanjuliemr
authored andcommitted
feat(protractor): allow advanced features for ElementArrayFinder
changed ElementFinder as a subset of an ElementArrayFinder. This enables actions on ElementArrayFinders, such as: `element.all(by.css('.foo')).click()` The function `filter` now returns an ElementArrayFinder, so you may also do: `element.all(by.css('.foo')).filter(filterFn).click()` or `element.all(by.css('.foo')).filter(filterFn).last().click()`
1 parent bd977d2 commit 466b383

File tree

3 files changed

+571
-318
lines changed

3 files changed

+571
-318
lines changed

0 commit comments

Comments
 (0)