Skip to content

Page Object generation for Selenium WebDriver

License

Notifications You must be signed in to change notification settings

yapoml/yapoml.selenium

Repository files navigation

Generates page object classes for Selenium WebDriver with ease.

Installation

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

Usage

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

username input: id username

Then you are immediately able to interact with web elements

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