Uses of Interface
net.n2oapp.framework.autotest.api.component.button.StandardButton
Packages that use StandardButton
Package
Description
-
Uses of StandardButton in net.n2oapp.framework.autotest.api.collection
Methods in net.n2oapp.framework.autotest.api.collection that return StandardButtonModifier and TypeMethodDescriptionToolbar.button(com.codeborne.selenide.WebElementCondition findBy) Возвращает стандартную кнопку по условиюВозвращает стандартную кнопку по метке -
Uses of StandardButton in net.n2oapp.framework.autotest.api.component
Methods in net.n2oapp.framework.autotest.api.component that return StandardButtonModifier and TypeMethodDescriptionВозвращает маркдаун-кнопку по метке -
Uses of StandardButton in net.n2oapp.framework.autotest.api.component.button
Methods in net.n2oapp.framework.autotest.api.component.button that return StandardButtonModifier and TypeMethodDescriptionDropdownButton.menuItem(int index) Возвращает стандартную кнопку по индексуDropdownButton.menuItem(com.codeborne.selenide.WebElementCondition by) Возвращает первую стандартную кнопку, которой соответствует ожидаемому условиюВозвращает первую стандартную кнопку, метка которой соответствует ожидаемомуMethods in net.n2oapp.framework.autotest.api.component.button with parameters of type StandardButtonModifier and TypeMethodDescriptionvoidStandardButton.dragAndDropTo(StandardButton standardButton) Выполняет действия drag-and-drop для перемещения кнопки настройки на указанное целевое место. -
Uses of StandardButton in net.n2oapp.framework.autotest.api.component.page
Methods in net.n2oapp.framework.autotest.api.component.page that return StandardButtonModifier and TypeMethodDescriptionPage.Dialog.button(int index) Возвращает стандартную кнопку диалога, соответствующую ожидаемому индексуВозвращает стандартную кнопку диалога, соответствующую ожидаемому заголовкуPage.Popover.button(int index) Возвращает кнопку по индексуВозвращает кнопку соответствующую метке -
Uses of StandardButton in net.n2oapp.framework.autotest.api.component.widget.calendar
Methods in net.n2oapp.framework.autotest.api.component.widget.calendar that return StandardButtonModifier and TypeMethodDescriptionCalendarToolbar.agendaViewButton()CalendarToolbar.dayViewButton()CalendarToolbar.monthViewButton()CalendarToolbar.nextButton()CalendarToolbar.prevButton()CalendarToolbar.todayButton()CalendarToolbar.weekViewButton()CalendarToolbar.workWeekButton() -
Uses of StandardButton in net.n2oapp.framework.autotest.impl.collection
Methods in net.n2oapp.framework.autotest.impl.collection that return StandardButtonModifier and TypeMethodDescriptionN2oToolbar.button(com.codeborne.selenide.WebElementCondition findBy) -
Uses of StandardButton in net.n2oapp.framework.autotest.impl.component
Methods in net.n2oapp.framework.autotest.impl.component that return StandardButton -
Uses of StandardButton in net.n2oapp.framework.autotest.impl.component.button
Classes in net.n2oapp.framework.autotest.impl.component.button that implement StandardButtonMethods in net.n2oapp.framework.autotest.impl.component.button that return StandardButtonModifier and TypeMethodDescriptionN2oDropdownButton.menuItem(int index) N2oDropdownButton.menuItem(com.codeborne.selenide.WebElementCondition by) Methods in net.n2oapp.framework.autotest.impl.component.button with parameters of type StandardButtonModifier and TypeMethodDescriptionvoidN2oStandardButton.dragAndDropTo(StandardButton standardButton) -
Uses of StandardButton in net.n2oapp.framework.autotest.impl.component.page
Methods in net.n2oapp.framework.autotest.impl.component.page that return StandardButton -
Uses of StandardButton in net.n2oapp.framework.autotest.impl.component.widget.calendar
Methods in net.n2oapp.framework.autotest.impl.component.widget.calendar that return StandardButtonModifier and TypeMethodDescriptionN2oCalendarToolbar.agendaViewButton()protected StandardButtonN2oCalendarToolbar.dayViewButton()N2oCalendarToolbar.monthViewButton()N2oCalendarToolbar.nextButton()N2oCalendarToolbar.prevButton()N2oCalendarToolbar.todayButton()N2oCalendarToolbar.weekViewButton()N2oCalendarToolbar.workWeekButton()