Interface BambooWebDriverTestedProduct

  • All Superinterfaces:
    com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
    All Known Implementing Classes:
    BambooTestedProduct

    public interface BambooWebDriverTestedProduct
    extends com.atlassian.pageobjects.TestedProduct<com.atlassian.webdriver.pageobjects.WebDriverTester>
    The Bamboo being tested with WebDriver tester. Extends TestedProduct with additional methods for interacting with UI
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void dragAndDrop​(org.openqa.selenium.WebElement fromHandle, org.openqa.selenium.WebElement toHandle, int overshootByX, int overshootByY)  
      org.openqa.selenium.WebElement getDragHandleWithinElementId​(String id)  
      • Methods inherited from interface com.atlassian.pageobjects.TestedProduct

        getPageBinder, getProductInstance, getTester, visit
    • Method Detail

      • getDragHandleWithinElementId

        org.openqa.selenium.WebElement getDragHandleWithinElementId​(String id)
      • dragAndDrop

        void dragAndDrop​(org.openqa.selenium.WebElement fromHandle,
                         org.openqa.selenium.WebElement toHandle,
                         int overshootByX,
                         int overshootByY)