| Package | Description |
|---|---|
| de.ppi.selenium.assertj |
Some useful Assertions.
|
| org.selophane.elements.base | |
| org.selophane.elements.widget |
| Modifier and Type | Method and Description |
|---|---|
ElementAssert |
SeleniumSoftAssertions.assertThat(Element actual)
Creates a new instance of
. |
static ElementAssert |
SeleniumAssertions.assertThat(Element actual)
Return an
ElementAssert. |
| Constructor and Description |
|---|
ElementAssert(Element actual)
Initiates an object of type ElementAssert.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextFreeFragment
Baseclass of a fragment which handles the initialization if there are no
context is necessary.
|
class |
ElementImpl
An implementation of the Element interface.
|
class |
Fragment
Baseclass of a fragment which handles the initialization.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Button
A button which ensures that the page is reloaded after a click on it or more
general a button that starts an action so that this button will at the end of
the action not in the DOM.
|
interface |
CheckBox
Interface that wraps a WebElement in CheckBox functionality.
|
interface |
Label
Html form label.
|
interface |
Link
Representation of a link which ensures that the page is reloaded after a
click on it or more general a link that starts an action so that this link
will at the end of the action not in the DOM.
|
interface |
Select
Interface for a select element.
|
interface |
Table
Table functionality.
|
interface |
TextInput
Text field functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonImpl
Implementation of a button that starts an action so that this button will at
the end of the action not in the DOM.
|
class |
CheckBoxImpl
Wrapper class like Select that wraps basic checkbox functionality.
|
class |
LabelImpl
Wraps a label on a html form with some behavior.
|
class |
LinkImpl
The implementation of a link.
|
class |
SelectImpl
Wrapper around a WebElement for the Select class in Selenium.
|
class |
TableImpl
Table wrapper.
|
class |
TextInputImpl
TextInput wrapper.
|
Copyright © 2017 PPI AG. All rights reserved.