Skip to content

Commit 2bff565

Browse files
authored
Update README.md
1 parent d74c976 commit 2bff565

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"[page-object-python-selenium] is being sponsored by the following tool; please help to support us by taking a look and signing up to a free trial"
2+
<!--<a href="https://tracking.gitads.io/?repo=page-object-python-selenium"> <img src="https://images.gitads.io/page-object-python-selenium" alt="GitAds"/> </a>-->
3+
4+
15
# Selenium Page Object Model with Python
26

37
Page-object-model (POM) 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.

0 commit comments

Comments
 (0)