Class IsVisibleMatcher<T extends WebElementState>

  • All Implemented Interfaces:
    org.hamcrest.Matcher<T>, org.hamcrest.SelfDescribing

    public class IsVisibleMatcher<T extends WebElementState>
    extends org.hamcrest.TypeSafeMatcher<T>
    • Constructor Detail

      • IsVisibleMatcher

        public IsVisibleMatcher()
    • 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)
      • describeMismatchSafely

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