Framework Mode - Find element by name
Folder Structure
selenium_python_project/
├── tests/
│ ├── test_login.py
│ └── test_search.py
├── pages/
│ ├── base_page.py
│ └── login_page.py
├── utils/
│ ├── driver_factory.py
│ └── config_reader.py
├── config/
│ ├── config.yaml
│ └── credentials.yaml
├── reports/
│ └── test_report.html
└── conftest.py