Skip to content

yapoml/yapoml.playwright

Repository files navigation

Generates page object classes for Microsoft Playwright with ease.

Given that you have the following Login.page.yaml file

username input: "#username"

Then you are able to immediately interact with web elements

using Yapoml.Playwright;

page.Ya().LoginPage.UsernameInput.Fill("user01");

Installation

Install Yapoml.Playwright nuget package and create your *.page.yaml files.

About

Page Object generation for Microsoft Playwright

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages