Package com.atlassian.bamboo.pageobjects
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. ExtendsTestedProduct
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)
-
-
-
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)
-
-