Class CoralPopOver

    • Field Detail

      • CORAL_POPOVER_IS_OPEN

        public static final java.lang.String CORAL_POPOVER_IS_OPEN
        See Also:
        Constant Field Values
    • Constructor Detail

      • CoralPopOver

        public CoralPopOver​(java.lang.String selector)
        Construct CoralPopOver wrapper for selector.
        Parameters:
        selector - the selector to find the element to wrap it on.
      • CoralPopOver

        public CoralPopOver​(com.codeborne.selenide.SelenideElement element)
        Construct CoralPopOver wrapper for element.
        Parameters:
        element - the element to wrap it on.
    • Method Detail

      • listOpened

        public static java.util.stream.Stream<CoralPopOver> listOpened()
        Returns:
        a stream with all the coral popover currently opened.
      • firstOpened

        public static CoralPopOver firstOpened()
        Returns:
        a stream with all the coral popover currently opened.