Esempio n. 1
0
        private bool isLoadedMultiQuoteFotter()
        {
            //TODO Check that all componenets of Footer are loaded correctly
            LabelValues lableValues = new LabelValues();

            if (
                (InfoFooterLabel.Exists()) &&
                (InfoFooterLabel.Displayed) &&
                (Equals(InfoFooterLabel.Text, lableValues.GetExpectedFooterText()))
                )
            {
                return(true);
            }

            return(false);
        }