78910111213
private SeleniumHelper helper; private Locators locators; public RegistrationPage() { this.helper = new SeleniumHelper(); this.locators = new Locators(); }