protractorAdapter: $
is broken - alway throws NoElementWithLocatorError
#66
Labels
$
is broken - alway throws NoElementWithLocatorError
#66
The bug is here:
unidriver/adapters/protractor/src/index.ts
Line 83 in 5c5a091
elGetters
is actually a ProtractorElementArrayFinder
.Which doesn't have a
length
property.We should use
count()
.Why we haven't noticed this
ElementArrayFinder
allows any keys using:The text was updated successfully, but these errors were encountered: