The PageObject annotation should provide the possibility to define more kinds of checks.
This could include:
- title is (text)
- title contains (text)
- has element (by , value)
- has not element (by, value)
The corresponding checks must be added to the generated verify method