Playwright_Framework/ ├── config/ │ └── config.py # Central configuration file ├── pages/ │ ├── base_page.py # Base page class with common methods │ ├── home_page.py # HomePage object │ ├── contact_us ...