Framework Mode - Page title and URL retrieval
Folder Structure
selenium-python-project/
├── tests/
│ ├── test_page_info.py # Test cases for page title and URL retrieval
├── pages/
│ ├── base_page.py # Base page with common methods
│ ├── home_page.py # Example page object
├── utils/
│ ├── driver_factory.py # WebDriver setup and teardown
├── config/
│ ├── config.yaml # Environment and browser configs
├── reports/
│ ├── test_report.html # Generated test reports
├── requirements.txt # Python dependencies
└── pytest.ini # Pytest configuration