Skip to content

Introduction to page objects design pattern. A page object represents an area in the web application user interface that your test is interating. Page objects reduces the amount of duplicated code and if the user interface changes, the fix need only changes in one place.

Notifications You must be signed in to change notification settings

ysilyutin/page-object-model-selenium-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page Object Model (POM) - Selenium WebDriver - Python

Introduction to page objects design pattern.

A page object represents an area in the web application user interface that your test is interating. Page objects reduces the amount of duplicated code and if the user interface changes, the fix need only changes in one place.

Here is a test case which searches for a word in python.org website and ensure some results are found.

About

Introduction to page objects design pattern. A page object represents an area in the web application user interface that your test is interating. Page objects reduces the amount of duplicated code and if the user interface changes, the fix need only changes in one place.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages