Class N2oControls
java.lang.Object
net.n2oapp.framework.autotest.impl.collection.N2oComponentsCollection
net.n2oapp.framework.autotest.impl.collection.N2oControls
- All Implemented Interfaces:
ComponentsCollection,Controls
-
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
-
N2oControls
public N2oControls()
-
-
Method Details
-
control
Description copied from interface:ControlsВозвращает первый по списку компонент ввода типа, наследуемого от Control
For example:
field("Введите имя").control(InputText.class); -
control
Description copied from interface:ControlsВозвращает по индексу компонент ввода типа, наследуемого от Control
For example:
field("Введите имя").control(3, InputText.class);
-