class LoginLocators: LOGO_LOGIN = '//*[contains(@class, "login__logo")]' BTN_LOGIN = '//*[contains(@class, "login__content")]/button' SONY_INPUT_EMAIL = '//input[@data-componentid="ext-emailfield-1"]' SONY_BTN_NEXT = '//button[@aria-label="Next"]' SONY_INPUT_PASSWORD = '//input[@data-componentid="ext-passwordfield-1"]' SONY_BTN_SIGN_IN = '//button[@aria-label="Sign in"]' MS_INPUT_PASSWORD = '//input[@name="passwd"]' MS_BTN_SIGN_IN = '//input[@type="submit"]'