Class IsNotCurrentlyVisibleMatcher<T extends WebElementState>

    • Constructor Detail

      • IsNotCurrentlyVisibleMatcher

        public IsNotCurrentlyVisibleMatcher()
    • Method Detail

      • matchesSafely

        protected boolean matchesSafely​(T element)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeMatcher<T extends WebElementState>
      • describeTo

        public void describeTo​(org.hamcrest.Description description)
        Specified by:
        describeTo in interface org.hamcrest.SelfDescribing
      • describeMismatchSafely

        protected void describeMismatchSafely​(T item,
                                              org.hamcrest.Description mismatchDescription)
        Overrides:
        describeMismatchSafely in class org.hamcrest.TypeSafeMatcher<T extends WebElementState>