Class PageElementIsVisible

  • All Implemented Interfaces:
    org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement>, org.hamcrest.SelfDescribing

    public class PageElementIsVisible
    extends org.hamcrest.TypeSafeMatcher<com.atlassian.pageobjects.elements.PageElement>
    • Method Detail

      • matchesSafely

        protected boolean matchesSafely​(com.atlassian.pageobjects.elements.PageElement item)
        Specified by:
        matchesSafely in class org.hamcrest.TypeSafeMatcher<com.atlassian.pageobjects.elements.PageElement>
      • describeTo

        public void describeTo​(org.hamcrest.Description description)
      • pageElementIsVisible

        public static org.hamcrest.Matcher<com.atlassian.pageobjects.elements.PageElement> pageElementIsVisible()