Skip to content

Playwright is an open-source library for automating web browsers, built on WebKit. It allows you to write scripts to perform tasks on web pages, such as clicking, filling out forms, navigating. It also supports cross-browser testing, running on multiple platforms. It is easy to use and provides features to make tests more reliable and maintainable.

Notifications You must be signed in to change notification settings

adamTarasiewicz/python-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python | Playwright

UI test automation project of a sample UI Testing Playground webpage with Playwright using Python

To run this program simply type pytest into terminal.

Change options in pytest.ini

About

Playwright is an open-source library for automating web browsers, built on WebKit. It allows you to write scripts to perform tasks on web pages, such as clicking, filling out forms, navigating. It also supports cross-browser testing, running on multiple platforms. It is easy to use and provides features to make tests more reliable and maintainable.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages