Chapter 4
Page Object
The main idea behind Page Object Model in wrappedelements framework is to provide additional functionality and flexibility to standard selenium web element interface.
The main Page Object units in a common java ui test automation framework are next:
- Web pages
- Web components
- Web elements
wrappedelements provides access to all mentioned units in it own extended and more flexible way.