This project describes most common webdriver methods in useful way. Framework built with selenium, but can easily switch with any other driver (such as PlayWright)
-
Create a virtual environment and install requirements
python3 -m venv venv pip3 install -r "requirements.txt"
-
Describe required web pages as it mentioned at:
Page-Object instructions -
import the page and run the autotest/code