Class CoralAnchorList

    • Constructor Detail

      • CoralAnchorList

        public CoralAnchorList​(com.codeborne.selenide.SelenideElement parent)
        Parameters:
        parent - the parent element containing this select list.
      • CoralAnchorList

        public CoralAnchorList​(java.lang.String selector)
        Parameters:
        selector - the selector to wrap this object on.
    • Method Detail

      • items

        public com.codeborne.selenide.ElementsCollection items()
        Returns:
        all the items in this list.
      • selectByIndex

        public void selectByIndex​(int index)
        Clicks an item.
        Parameters:
        index - - the index of the item in the rail toggle.
      • selectByLabel

        public void selectByLabel​(java.lang.String label)
        Clicks an item.
        Parameters:
        label - - the selector of the item in the rail toggle.
      • selectByTrackingValue

        public void selectByTrackingValue​(java.lang.String trackingValue)