45678910
import org.openqa.selenium.By; public class RegistrationLocators { public Link registrationLink() { return new Link(By.id("register")); }