Interface ScrollspyRegion.MenuItem
- All Known Subinterfaces:
ScrollspyRegion.DropdownMenuItem
- All Known Implementing Classes:
N2oScrollspyRegion.N2oDropdownMenuItem,N2oScrollspyRegion.N2oMenuItem
- Enclosing interface:
- ScrollspyRegion
-
Method Summary
Modifier and TypeMethodDescriptionvoidclick()Клик по элементуvoidshouldHaveText(String text, Duration... duration) Проверка текста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
-
shouldHaveText
Проверка текста- Parameters:
text- ожидаемый текст
-
click
void click()Клик по элементу
-