Create/maintain basic Page Object Model classes using Page Factory.
Install
mkdir -p .claude/skills/page-factory-basics && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15376" && unzip -o skill.zip -d .claude/skills/page-factory-basics && rm skill.zipInstalls to .claude/skills/page-factory-basics
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Create/maintain basic Page Object Model classes using Page Factory.67 chars · catalog descriptionno explicit “when” trigger
About this skill
page-factory-basics
Create/maintain basic Page Object Model classes using Page Factory.
Rules
- Base constructor receives
WebDriver. - Initialize page elements with
PageFactory.initElements. - Keep locators private with
@FindBy. - Expose only domain/business actions.
Output
Reusable pages with clean separation from step definitions.