Example #1
0
        public void ValidateInHistory(string Comment = null)
        {
            HistoryTab.Click();
            CustomWait.WaitFortheLoadingIconDisappear2000();
            CauseCodeForDeletionTab.Click();
            string      ActualAppointmentJobDetailCause = BeforeAppointmentJobDetailCause + Comment + AfterAppointmentJobDetailCause;
            IWebElement FinalAppointmentJobDetailCause  = Drive.driver.FindElement(By.XPath(ActualAppointmentJobDetailCause));

            Console.WriteLine(PriceCauseComment.Text + FinalAppointmentJobDetailCause.Text);
        }