python_pom_sample_tests Python: Selenium Page Object Model + Test Cases Dependencies Python Selenium python library Set environment variable for latest CHROMEDRIVER & GECKODRIVER in system PATH Description Test Cases are written in TestCase.py file locators.py file contains the locators used in Test Cases page.py file contains the action methods like click on button, type in text field etc.. How to run: Move to project directory open Terminal/CMD and execute: python TestCase.py