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 BaseElementsCollection<SelenideAppiumElement,SelenideAppiumCollection>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.codeborne.selenide.BaseElementsCollection
BaseElementsCollection.SelenideElementIterable<T extends SelenideElement>
-
Method Summary
Modifier and TypeMethodDescriptionprotected SelenideAppiumCollection
create
(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, waitUntil
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
create
- Specified by:
create
in classBaseElementsCollection<SelenideAppiumElement,
SelenideAppiumCollection>
-