Class Page

    • Constructor Detail

      • Page

        public Page​(org.openqa.selenium.WebDriver webDriver)
    • Method Detail

      • getParent

        public eu.tsystems.mms.tic.testframework.internal.Nameable getParent()
        Pages should not have parents. Use Component instead.
        Specified by:
        getParent in interface eu.tsystems.mms.tic.testframework.internal.Nameable<Page>
      • hasOwnName

        public boolean hasOwnName()
        A page has always a name
        Specified by:
        hasOwnName in interface eu.tsystems.mms.tic.testframework.internal.Nameable<Page>
      • setName

        public Page setName​(java.lang.String name)
        There is usually no need to set the name of a page
        Specified by:
        setName in interface eu.tsystems.mms.tic.testframework.internal.Nameable<Page>
      • getName

        public java.lang.String getName​(boolean detailed)
        Always return the class name of the page
        Specified by:
        getName in interface eu.tsystems.mms.tic.testframework.internal.Nameable<Page>
        Specified by:
        getName in class AbstractPage<Page>
      • waitForIsNotTextPresentWithDelay

        @Deprecated
        public boolean waitForIsNotTextPresentWithDelay​(java.lang.String text,
                                                        int delayInSeconds)
        Deprecated.
        Waits for a text to be not present.
        Returns:
        boolean true if success == text is not present. false otherwise.
      • waitForIsNotTextDisplayedWithDelay

        @Deprecated
        public boolean waitForIsNotTextDisplayedWithDelay​(java.lang.String text,
                                                          int delayInSeconds)
        Deprecated.
        Waits for a text to be not present.
        Returns:
        boolean true if success == text is not present. false otherwise.
      • waitForIsNotTextPresent

        @Deprecated
        public boolean waitForIsNotTextPresent​(java.lang.String text)
        Deprecated.
        Waits for a text to be not present.
        Returns:
        boolean true if success == text is not present. false otherwise.
      • waitForIsNotTextDisplayed

        @Deprecated
        public boolean waitForIsNotTextDisplayed​(java.lang.String text)
        Deprecated.
        Waits for a text to be not displayed.
        Returns:
        boolean true if success == text is not present. false otherwise.
      • assertIsTextPresent

        @Deprecated
        public void assertIsTextPresent​(java.lang.String text,
                                        java.lang.String description)
        Deprecated.
      • assertIsTextDisplayed

        @Deprecated
        public void assertIsTextDisplayed​(java.lang.String text,
                                          java.lang.String description)
        Deprecated.
      • assertIsTextPresent

        @Deprecated
        public void assertIsTextPresent​(java.lang.String text)
        Deprecated.
      • assertIsTextDisplayed

        @Deprecated
        public void assertIsTextDisplayed​(java.lang.String text)
        Deprecated.
      • assertIsNotTextPresent

        @Deprecated
        public void assertIsNotTextPresent​(java.lang.String text)
        Deprecated.
      • assertIsNotTextDisplayed

        @Deprecated
        public void assertIsNotTextDisplayed​(java.lang.String text)
        Deprecated.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object