示例#1
0
        public bool CheckCountPassangers(int count)
        {
            BookingPage bookingPage = new BookingPage(driver);

            return(bookingPage.CheckCountPassengers(count));
        }