Package | Description |
---|---|
org.nuxeo.functionaltests | |
org.nuxeo.functionaltests.contentView | |
org.nuxeo.functionaltests.forms | |
org.nuxeo.functionaltests.fragment | |
org.nuxeo.functionaltests.pages |
Modifier and Type | Method and Description |
---|---|
static <T extends WebFragment> |
AbstractTest.getWebFragment(org.openqa.selenium.By by,
Class<T> webFragmentClass) |
static <T extends WebFragment> |
AbstractTest.getWebFragment(org.openqa.selenium.WebElement element,
Class<T> webFragmentClass) |
Modifier and Type | Class and Description |
---|---|
class |
ContentViewElement
Represents a content view element.
|
Modifier and Type | Class and Description |
---|---|
class |
AddToCollectionForm |
class |
NewVocabularyEntryForm |
class |
Select2WidgetElement
Convenient class to handle a select2Widget.
|
Modifier and Type | Method and Description |
---|---|
<T extends WebFragment> |
LayoutElement.getWebFragment(String id,
Class<T> webFragmentClass) |
Modifier and Type | Class and Description |
---|---|
class |
GadgetsContainerFragment
Fragment representing the gadgets container.
|
class |
WebFragmentImpl
Wraps a
WebElement and delegates all method calls to the underlying
WebElement . |
Modifier and Type | Method and Description |
---|---|
<T extends WebFragment> |
WebFragmentImpl.getWebFragment(org.openqa.selenium.By by,
Class<T> webFragmentClass) |
<T extends WebFragment> |
WebFragment.getWebFragment(org.openqa.selenium.By by,
Class<T> webFragmentClass) |
<T extends WebFragment> |
WebFragmentImpl.getWebFragment(org.openqa.selenium.WebElement element,
Class<T> webFragmentClass) |
<T extends WebFragment> |
WebFragment.getWebFragment(org.openqa.selenium.WebElement element,
Class<T> webFragmentClass) |
Modifier and Type | Class and Description |
---|---|
static class |
WorkflowHomePage.TaskFancyBoxFragment |
Modifier and Type | Method and Description |
---|---|
<T extends WebFragment> |
AbstractPage.getWebFragment(org.openqa.selenium.By by,
Class<T> webFragmentClass) |
<T extends WebFragment> |
AbstractPage.getWebFragment(org.openqa.selenium.WebElement element,
Class<T> webFragmentClass) |
Copyright © 2015 Nuxeo SA. All rights reserved.