Skip to content

eshut/Framework-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

[Selenium] Python Automation Test Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages