Variable BottomNavigationConst

BottomNavigation: any = BottomNavigationInteractor

Call this InteractorConstructor to initialize a bottom navigation Interactor. The bottom navigation interactor can be used to interact with bottom navigation on the page and to assert on their state.

The bottom navigation can be located by value filter.

await BottomNavigation().navigate('Favorites');
await BottomNavigation().has({ value: 'Recents' });
await BottomNavigation({ value: 'Nearby' }).exists();
  • value: string – Filter by value
  • navigate(value: string): Interaction – Navigate to new destination