This is a Python + Selenium test automation framework using the Page Object Model design pattern. selenium-python-pom/ ├── src/ │ └── pages/ │ ├── base_page.py # Base page class with common methods │ ...
This is my first test automation project based on Selenium-Webdriver with Python. It's still developing package of automated tests of phptravels.net demo website. The collection of tests contains: ...