All Implemented Interfaces:
CapybaraPortingLayer, Control.Owner, PageArea

public class BreadCrumbs extends PageAreaImpl
Provides a simple area for reading the breadcrumbs on the page.
Author:
Peter Müller
  • Constructor Details

    • BreadCrumbs

      public BreadCrumbs(PageObject context, String path)
      Create a new object for reading the breadcrumbs in the dashboard view.
  • Method Details

    • getBreadCrumbs

      public List<String> getBreadCrumbs()
      Get the text of the breadcrumbs from left to right.
      Returns:
      List of text in each breadcrumb.