Se Page Object Builder

Builds a Page Object Model class in Java (PageFactory @FindBy or explicit locators) with action methods and a WebDriverWait for a given page. Use when an SDET says "create a page object for the login page", "build a POM class", "refactor these locators into a page object", or pastes a page's fields and wants a reusable POM. Produces a draft class the engineer must review and run.

PramodDutta 2386cc3 3.5 KB Updated

File contents

pramoddutta/aitesterblueprint4x/tree/main/chapter_02_Prompt_Eng/prompt_templates/selenium/se-page-object-builder commit 2386cc3e5d

Frequently asked questions

npx skillmds@latest add pramoddutta/se-page-object-builder