Class CoralTagList

    • Constructor Detail

      • CoralTagList

        public CoralTagList​(com.codeborne.selenide.SelenideElement element)
      • CoralTagList

        public CoralTagList​(java.lang.String attribute)
        Parameters:
        attribute - the attribute value for this tag list.
    • Method Detail

      • getItemByValue

        public com.codeborne.selenide.SelenideElement getItemByValue​(java.lang.String value)
        Parameters:
        value - value of the targeted item in this tag list.
        Returns:
        the element or null if it doesn't exist.
      • getItemByText

        public com.codeborne.selenide.SelenideElement getItemByText​(java.lang.String text)
        Parameters:
        text - value of the targeted item in this tag list.
        Returns:
        the element or null if it doesn't exist.
      • getItems

        public com.codeborne.selenide.ElementsCollection getItems()
        Returns:
        the elements of the taglist