# page-object-python-selenium **Repository Path**: wuxian_bai/page-object-python-selenium ## Basic Information - **Project Name**: page-object-python-selenium - **Description**: This project shows how to apply page-object pattern by using Python. There are six test cases which are written against to sign-in page for amazon.com - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2020-09-16 - **Last Updated**: 2021-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # selenium-page-object Page-object model is a pattern that you can apply it to develop efficient automation framework. With page-model, it is possible to minimise maintenance cost. Basically page-object means that your every page is inherited from a base class which includes basic functionalities for every pages. If you have some new functionality that every pages have, you can simple add it to the base class. #### If you want to run it, you should type: ```sh python ``` #### If you want to run it just a class, you should type: ```sh python ```