Class N2oAlerts
java.lang.Object
net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
net.n2oapp.framework.autotest.impl.collection.N2oAlerts
- All Implemented Interfaces:
Alerts,ComponentsCollection
-
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
-
N2oAlerts
public N2oAlerts()
-
-
Method Details
-
alert
Description copied from interface:AlertsВозвращает предупреждение по индексу из списка предупреждений на странице
For example:
alerts(Alert.PlacementEnum.topLeft).alert(0);
-