Interface TextElementMatcher

    • Method Detail

      • and

        default TextElementMatcher and​(TextElementMatcher textElementMatcher)
        This allows the combination of different TextElementMatcher instances.
        If combined, all of the TextElementMatchers have to return true.
        Parameters:
        textElementMatcher - TextElementMatcher to combine with this one
        Returns:
        A new and combined TextElementMatcher of this and textElementMatcher