See: Description
Interface | Description |
---|---|
ParentTraits |
A generic interface for outlining the Parent traits of an HTML entity in SeLion.
By Default, A Page BasicPageImpl is the parent to AbstractElement when loaded via SeLion. |
WebPage |
A generic interface for web Page Objects in SeLion.
Note: "web" is used loosely here. |
Class | Description |
---|---|
AbstractContainer |
This abstract class is meant to be extended to create a web element Container wrapper
|
AbstractElement |
Abstract element class for web elements.
|
Button |
This class is the web element Button wrapper.
|
CheckBox |
This class is the web element CheckBox wrapper.
|
Container |
This class is a web element Container wrapper.
|
DatePicker |
DatePicker is a widget which shows up a monthly calendar when clicked.
|
Form |
This class is the web element Form wrapper.
|
Image |
This class is the web element Image wrapper.
|
Label |
This class is the web Text wrapper.
|
Link |
This class is the web element Link wrapper.
|
RadioButton |
This class is the web element RadioButton wrapper.
|
SelectList |
This class is the web element Select wrapper.
|
Table |
This class is the web element Table wrapper
|
TextField |
This class is the web element Input wrapper.
|
Exception | Description |
---|---|
ExpectOneOfException |
This exception is used encompass all exceptions that occurred when multiple expected conditions are used in an OR
fashion as a prequisite to further action.
|
PageValidationException |
This exception is intended to encompass all exceptions that might be thrown when we validate pages
|
UndefinedElementException | |
WebElementException |
This exception is intended to encompass all exceptions that might be thrown by the various web elements in various
cases
|
Copyright © 2016 PayPal Open Source. All rights reserved.