//---------------------------------------------------------------------- // // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // //------------------------------------------------------------------------------ package infrastructure; public class SeleniumConstants { final static String WEB_UPN_INPUT_ID = "i0116"; final static String WEB_PASSWORD_ID = "i0118"; final static String WEB_SUBMIT_ID = "idSIButton9"; // Stay signed in? final static String STAY_SIGN_IN_NO_BUTTON_ID = "idBtn_Back"; // Are you trying to sign in to ... //Only continue if you downloaded the app from a store or website that you trust. final static String ARE_YOU_TRYING_TO_SIGN_IN_TO = "idSIButton9"; }