class LoginPageLocators:
USERNAME_INPUT = "//input[@type='text']"
PASSWORD_INPUT = "//input[@type='password']"
LOGIN_BTN = "//button[@type='button']"