Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 586 Bytes

File metadata and controls

16 lines (11 loc) · 586 Bytes

Playwright Python Page Oject Example Poject

Playwright Documentation

https://playwright.dev/python/docs/intro

Page Object example

This test is using a standard page object model, where the selectors and functions are group inside a class.

Alternative format that uses files instead of objects to group the pages can be found here