Package com.codeborne.selenide.appium
Class SelenideAppiumCollection
java.lang.Object
com.codeborne.selenide.BaseElementsCollection<SelenideAppiumElement,SelenideAppiumCollection>
com.codeborne.selenide.appium.SelenideAppiumCollection
- All Implemented Interfaces:
Iterable<SelenideAppiumElement>
@ParametersAreNonnullByDefault
public class SelenideAppiumCollection
extends com.codeborne.selenide.BaseElementsCollection<SelenideAppiumElement,SelenideAppiumCollection>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.codeborne.selenide.BaseElementsCollection
com.codeborne.selenide.BaseElementsCollection.SelenideElementIterable<T extends com.codeborne.selenide.SelenideElement> -
Method Summary
Modifier and TypeMethodDescriptionprotected SelenideAppiumCollectioncreate(com.codeborne.selenide.impl.CollectionSource source) Methods inherited from class com.codeborne.selenide.BaseElementsCollection
as, asDynamicIterable, asFixedIterable, attributes, describe, exclude, excludeWith, filter, filterBy, find, findBy, first, first, get, isEmpty, iterator, last, last, should, should, should, shouldBe, shouldBe, shouldHave, shouldHave, size, snapshot, stream, texts, toString, waitUntilMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
create
- Specified by:
createin classcom.codeborne.selenide.BaseElementsCollection<SelenideAppiumElement,SelenideAppiumCollection>
-