Class 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 Detail

      • 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.
      • testData

        protected TestData testData
        Deprecated.
    • Constructor Detail

      • AbstractWebDriverTest

        public AbstractWebDriverTest()
        Deprecated.
    • Method Detail

      • clear

        public void clear()
        Deprecated.