# Page Interface ```{warning} This is auto-generated interface documentation for the abstract `Page` class. This is essential for providing a comprehensive overview of all available methods for the `Page` object. For the actual signature, please refer to `mops.base.page.Page`. ``` The `Page` class is a fundamental building block for creating Page Object Models (POM) in web testing. It provides a comprehensive set of methods that allow you to interact with web pages. These methods could be found below.
```{eval-rst} .. autoclass:: mops.base.page.Page :members: :undoc-members: :inherited-members: :special-members: __init__ ```