Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

AlexsJones/pythonPageObjectModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonPageObjectModel

This is a very simple working example of how a page object model works in Python Primarily for the use of web pages that you want to represent as seperate classes. This is useful as it lets you group page specific functionality and use mixin's for cross site functionality.

e.g.

   def test_search(self):
        driver = self.driver
        #Arrange
        google = GooglePage(driver)
        #Act
        google.visit()
        #Assert
        google.verify()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages