Exemple #1
0
        public static int GetActualPaxNumber()
        {
            // The PaxNumberActualResult is Const for all dockets therefore it is hardCoded
            var PaxNumberActualResult = (GenericHelper.GetElement(By.Id("ctl00_ContentPlaceHolder1_LblPaxNumValue"))).Text;

            int temp = GenericHelper.ConvertStringIntoInt(PaxNumberActualResult);

            return(temp);
        }