Interface ScrollspyRegion.ContentItem
- All Known Implementing Classes:
N2oScrollspyRegion.N2oContentItem
- Enclosing interface:
ScrollspyRegion
-
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.Element
element, setElement
-
Method Details
-
content
RegionItems content()- Returns:
- Элемент региона (виджет/регион) для автотестирования
-
content
- Parameters:
className- имя класса, по которому будет производиться поиск элементов региона.- Returns:
- Элемент региона (виджет/регион), соответствующий указанному классу
-
scrollDown
void scrollDown()Низ региона будет выровнен по низу -
scrollUp
void scrollUp()Верх региона будет выровнен по верху
-