Package 

Interface UiBottomNavigationViewActions

  • All Implemented Interfaces:
    com.kaspersky.components.kautomator.component.common.actions.UiBaseActions

    
    public interface UiBottomNavigationViewActions
     implements UiBaseActions
                        

    Provides actions for BottomNavigationView

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum UiBottomNavigationViewActionType
    • Method Summary

      Modifier and Type Method Description
      Unit setSelectedItemWithId(String id) Selects menu item with given id
      Unit setSelectedItemWithIndex(Integer index) Selects menu item with given index.
      Unit setSelectedItemWithTitle(String title) Selects menu item with given title.
      abstract UiObjectInteractionDelegate getView()
      • Methods inherited from class com.kaspersky.components.kautomator.component.bottomnav.UiBottomNavigationViewActions

        click, doubleClick, longClick
      • 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