Interface EditCell
- All Known Implementing Classes:
N2oEditCell
Изменяемая ячейка для автотестирования
-
Method Summary
Methods inherited from interface net.n2oapp.framework.autotest.api.component.cell.Cell
expand, hover, shouldBeCollapsed, shouldBeEmpty, shouldBeExpandable, shouldBeExpanded, shouldHaveAlignment, shouldHaveIcon, shouldNotBeExpandable, shouldNotHaveIcon, tooltipMethods 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.Element
element, setElement
-
Method Details
-
control
Возвращает поле ввода для изменения значения в ячейке- Parameters:
componentClass- тип поля ввода- Returns:
- поле ввода для автотестирования
-
click
void click()Клик по ячейке
-