Inheritance in classes generated from page types
Question
Oct 24, 2019
In order to allow different child page types, I've a few page types inheriting fields from a base page type. With classes generated via page types > code, this inheritance is, however, not carried into the classes. For example, `ContactPage` and `HomePage` inherits all fiel...