-
- All Implemented Interfaces:
-
io.github.kakaocup.kakao.common.actions.BaseActions
public interface NavigationViewActions implements BaseActions
Provides actions for navigation view
-
-
Method Summary
Modifier and Type Method Description UnitnavigateTo(Integer id)Clicks on the navigation view menu item with given id abstract ViewInteractionDelegategetView()-
Methods inherited from class io.github.kakaocup.kakao.navigation.NavigationViewActions
act, click, doubleClick, longClick, onFailure, pressImeAction, repeatUntil, scrollTo -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
navigateTo
Unit navigateTo(Integer id)
Clicks on the navigation view menu item with given id
- Parameters:
id- Menu id to be navigated to
-
getView
abstract ViewInteractionDelegate getView()
-
-
-
-