Class AbstractPerspective

    • Constructor Detail

      • AbstractPerspective

        public AbstractPerspective()
    • Method Detail

      • logout

        public void logout()
      • isDisplayed

        public abstract boolean isDisplayed()
      • waitForLoaded

        public void waitForLoaded()
        Waiting for the perspective to be fully loaded. No-op by default.
      • click

        public void click​(org.openqa.selenium.By locatorOfThingToClick)