public class GadgetsContainerFragment extends WebFragmentImpl
Modifier and Type | Field and Description |
---|---|
static String |
GADGETS_CONTAINER_ID |
driver, element
Constructor and Description |
---|
GadgetsContainerFragment(org.openqa.selenium.WebDriver driver,
org.openqa.selenium.WebElement element) |
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebElement |
getGadgetTitleElement(String gadgetTitle) |
boolean |
isGadgetLoaded(String gadgetTitle) |
boolean |
isTaskGadgetEmpty(String gadgetTitle) |
org.openqa.selenium.WebDriver |
switchToFrame(String gadgetTitle) |
org.openqa.selenium.WebElement |
waitForGadgetsLoad() |
org.openqa.selenium.WebElement |
waitForGadgetsLoad(String mandatoryElements) |
checkTextToBeNotPresent, checkTextToBePresent, clear, click, containsText, findElement, findElements, getAttribute, getCssValue, getElement, getId, getLocation, getSize, getTagName, getText, getWebFragment, getWebFragment, isDisplayed, isEnabled, isSelected, sendKeys, setElement, submit, waitForTextToBePresent
public static final String GADGETS_CONTAINER_ID
public GadgetsContainerFragment(org.openqa.selenium.WebDriver driver, org.openqa.selenium.WebElement element)
public org.openqa.selenium.WebElement waitForGadgetsLoad()
public org.openqa.selenium.WebElement waitForGadgetsLoad(String mandatoryElements)
public boolean isGadgetLoaded(String gadgetTitle)
public org.openqa.selenium.WebElement getGadgetTitleElement(String gadgetTitle)
public boolean isTaskGadgetEmpty(String gadgetTitle)
public org.openqa.selenium.WebDriver switchToFrame(String gadgetTitle)
Copyright © 2018 Nuxeo. All rights reserved.