As you can see in the documentation, the waitUntil
method is protected for ElementsCollection
:
http://selenide.org/javadoc/3.7/com/codeborne/selenide/ElementsCollection.html
This is not the case for SelenideElement
for example:
http://selenide.org/javadoc/3.7/com/codeborne/selenide/SelenideElement.html
Why is the method protected for ElementsCollection
?