Class ConfluenceAbstractPage

    • Field Detail

      • driver

        @Inject
        protected com.atlassian.webdriver.AtlassianWebDriver driver
        Deprecated.
      • pageBinder

        @Inject
        protected com.atlassian.pageobjects.PageBinder pageBinder
        Deprecated.
      • waiter

        @Inject
        protected com.atlassian.webdriver.waiter.Waiter waiter
        Deprecated.
      • pageElementFinder

        @Inject
        protected com.atlassian.pageobjects.elements.PageElementFinder pageElementFinder
        Deprecated.
      • timeouts

        @Inject
        protected com.atlassian.pageobjects.elements.timeout.Timeouts timeouts
        Deprecated.
      • serverPerformance

        protected com.atlassian.pageobjects.elements.PageElement serverPerformance
        Deprecated.
      • waitTimeout

        protected final com.atlassian.pageobjects.elements.query.Poller.WaitTimeout waitTimeout
        Deprecated.
    • Constructor Detail

      • ConfluenceAbstractPage

        public ConfluenceAbstractPage()
        Deprecated.
    • Method Detail

      • openToolsMenu

        public ToolsMenu openToolsMenu()
        Deprecated.
      • doWait

        @Deprecated
        public void doWait()
        Deprecated.
      • setSetupComplete

        @Deprecated
        public static void setSetupComplete​(boolean setupComplete)
        Deprecated.
      • getAlert

        public org.openqa.selenium.Alert getAlert()
        Deprecated.
        Waits until an alert is triggered in the browser
      • getComponent

        public <M extends PageComponent> M getComponent​(Class<M> componentClass,
                                                        Object... args)
        Deprecated.
        This method is used to retrieve elements that are added via a plugin. This allows page objects to be created that are not part of Confluence's core.
        Type Parameters:
        M - a PageComponent object
        Parameters:
        componentClass - the class of the component
        args - any arguments needed to construct the component object
        Returns:
        a bound PageComponent object
      • isDarkFeatureEnabled

        public boolean isDarkFeatureEnabled​(String darkFeatureId)
        Deprecated.
      • getMetadata

        public String getMetadata​(String name)
        Deprecated.
      • getMetadataLong

        public long getMetadataLong​(String name)
        Deprecated.
      • back

        public <P> P back​(Class<P> pageClass,
                          Object... args)
        Deprecated.