Class Breadcrumbs

    • Constructor Detail

      • Breadcrumbs

        public Breadcrumbs()
        Constructor for Breadcrumbs component.
    • Method Detail

      • button

        public com.codeborne.selenide.SelenideElement button()
        Gets the button of the Breadcrumbs, the one that opens the popover with all the items.
        Returns:
        the button.
      • popover

        public com.codeborne.selenide.SelenideElement popover()
        Gets the popover of this breadcrumbs.
        Returns:
        the popover.
      • openPopover

        public com.codeborne.selenide.SelenideElement openPopover()
        Clicks on the button of this breadcrumbs and returns the opened popover.
        Returns:
        the popover.
      • getPopoverItemAt

        public com.codeborne.selenide.SelenideElement getPopoverItemAt​(int index)
        Assuming the popover of this breadcrumbs is open, return the n-th item from this popover.
        Parameters:
        index - the 0 based index of the item to return
        Returns:
        the element corresponding to the item.