Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 460 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 460 Bytes

Generates page object classes for Microsoft Playwright with ease.

Given that you have the following LoginPage.po.yaml file

UsernameInput: "#username"

Then you are able to immediately interact with web elements

using Yapoml.Playwright;

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

Installation

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