Class N2oRegions
java.lang.Object
net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
net.n2oapp.framework.autotest.impl.collection.N2oRegions
- All Implemented Interfaces:
ComponentsCollection,Regions
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
elements, setElements, shouldBeEmpty, shouldHaveSizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.autotest.api.collection.ComponentsCollection
elements, setElements, shouldBeEmpty, shouldHaveSize
-
Constructor Details
-
N2oRegions
public N2oRegions()
-
-
Method Details
-
region
Description copied from interface:RegionsВозвращает регион по индексу
For example:
regions().region(0, PanelRegion.class) -
region
public <T extends Region> T region(com.codeborne.selenide.WebElementCondition findBy, Class<T> componentClass) Description copied from interface:RegionsВозвращает регион типа, наследуемого от базового региона, по условию
For example:
regions().region(Condition.visible, PanelRegion.class)
-