Interface TextArea
- All Known Implementing Classes:
N2oTextArea
Поле ввода многострочного текста для автотестирования
-
Method Summary
Methods inherited from interface net.n2oapp.framework.autotest.api.component.Component
should, should, should, shouldBeHidden, shouldBeVisible, shouldExists, shouldHaveCssClass, shouldHaveStyle, shouldNotExistsMethods inherited from interface net.n2oapp.framework.autotest.api.component.control.Control
shouldBeDisabled, shouldBeEmpty, shouldBeEnabled, shouldHaveValueMethods inherited from interface net.n2oapp.framework.autotest.api.component.Element
element, setElement
-
Method Details
-
getValue
String getValue()- Returns:
- Значение поля
-
setValue
Установка значения в поле- Parameters:
value- устанавливаемое значение
-
shouldHavePlaceholder
Проверка соответствия текста подсказки у поля ввода- Parameters:
value- ожидаемый текст
-