Interface TextEditor
- All Known Implementing Classes:
N2oTextEditor
Компонент редактирования текста для автотестирования
-
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
-
setValue
Установка значения в поле- Parameters:
value- устанавливаемое значение
-
click
void click()Клик по полю
-