-
- All Implemented Interfaces:
-
com.kaspersky.components.kautomator.component.bottomnav.UiBottomNavigationViewActions,com.kaspersky.components.kautomator.component.bottomnav.UiBottomNavigationViewAssertions,com.kaspersky.components.kautomator.component.common.actions.UiBaseActions,com.kaspersky.components.kautomator.component.common.assertions.UiBaseAssertions,com.kaspersky.components.kautomator.intercept.base.UiInterceptable
public final class UiBottomNavigationView extends UiBaseView<UiBottomNavigationView> implements UiBottomNavigationViewActions, UiBottomNavigationViewAssertions
View for acting and asserting on BottomNavigationView
-
-
Field Summary
Fields Modifier and Type Field Description private final UiObjectInteractionDelegateview
-
Constructor Summary
Constructors Constructor Description UiBottomNavigationView(UiViewSelector selector)UiBottomNavigationView(Function1<UiViewBuilder, Unit> builder)
-
Method Summary
Modifier and Type Method Description final UiObjectInteractionDelegategetView()-
Methods inherited from class com.kaspersky.components.kautomator.component.bottomnav.UiBottomNavigationView
hasNotSelectedItemWithId, hasNotSelectedItemWithIndex, hasNotSelectedItemWithTitle, hasSelectedItemWithId, hasSelectedItemWithIndex, hasSelectedItemWithTitle, invoke, setSelectedItemWithId, setSelectedItemWithIndex, setSelectedItemWithTitle -
Methods inherited from class com.kaspersky.components.kautomator.component.common.views.UiBaseView
click, doubleClick, intercept, isClickable, isDisabled, isDisplayed, isEnabled, isFocusable, isFocused, isNotClickable, isNotDisplayed, isNotFocusable, isNotFocused, isNotSelected, isSelected, longClick, reset -
Methods inherited from class com.kaspersky.components.kautomator.component.common.actions.UiBaseActions
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
UiBottomNavigationView
UiBottomNavigationView(UiViewSelector selector)
-
UiBottomNavigationView
UiBottomNavigationView(Function1<UiViewBuilder, Unit> builder)
-
-
Method Detail
-
getView
final UiObjectInteractionDelegate getView()
-
-
-
-