playwright-python-framework/ │ ├── base/ │ └── base_page.py # Parent for all Page Objects (actions, waits, js, navigate) │ ├── config/ │ ├── config.properties # Browser, URL, timeouts, headless (like ...