public AllMoviesSubmenuPage clickAllMoviesSubmenuTab() {
    shared.click(moviesTopNavTab);

    return new AllMoviesSubmenuPage(driver);
  }