Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 508 Bytes

File metadata and controls

14 lines (12 loc) · 508 Bytes

Python WebDriver Framework

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)

RUN:

  1. Create a virtual environment and install requirements

    python3 -m venv venv
    pip3 install -r "requirements.txt"
  2. Describe required web pages as it mentioned at: Page-Object instructions

  3. import the page and run the autotest/code