Class AbstractWebDriverTest

java.lang.Object
com.atlassian.confluence.webdriver.AbstractWebDriverTest

@Deprecated public abstract class AbstractWebDriverTest extends Object
Deprecated.
since 5.5 in favour of ConfluenceStatelessTestRunner
Base class for general webdriver tests which is used for testing Confluence and its plugins.
  • Field Details

    • ignoreRule

      public com.atlassian.webdriver.testing.rule.IgnoreBrowserRule ignoreRule
      Deprecated.
    • webDriverScreenshotRule

      public com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule
      Deprecated.
    • sessionCleanupRule

      public com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRule
      Deprecated.
    • name

      public org.junit.rules.TestName name
      Deprecated.
    • rpc

      protected ConfluenceRpc rpc
      Deprecated.
    • testData

      protected TestData testData
      Deprecated.
    • serverStateManager

      protected ServerStateManager serverStateManager
      Deprecated.
    • userHelper

      protected UserManagementHelper userHelper
      Deprecated.
    • product

      public static ConfluenceTestedProduct product
      Deprecated.
    • darkFeaturesHelper

      protected DarkFeaturesHelper darkFeaturesHelper
      Deprecated.
  • Constructor Details

    • AbstractWebDriverTest

      public AbstractWebDriverTest()
      Deprecated.
  • Method Details

    • start

      public void start() throws Exception
      Deprecated.
      Throws:
      Exception
    • clear

      public void clear()
      Deprecated.