public List <string[]> VerifyMandatoryQuestionsErrorMessage()
        {
            ClickWeightProgressCheckin();

            List <string[]> resultTxt = GetQuestionErrorMessage();

            //SeleniumKeywords.NavigateToDefaultContent();
            SeleniumKeywords.Click("CommonProgressCheckIn", "framecancelbtn");
            SeleniumKeywords.HandelAlerts("OK");
            //SeleniumKeywords.NavigateToDefaultContent();

            return(resultTxt);
        }