Exemplo n.º 1
0
 public void AddingRoom()
 {
     Page.MaxValueRoomsPage maxValueRoomsPage = new Page.MaxValueRoomsPage(driver);
     maxValueRoomsPage.OpenPage();
     maxValueRoomsPage.GetStatiscBox();
     for (int i = 1; i <= 11; i++)
     {
         maxValueRoomsPage.AddRoom();
     }
 }
Exemplo n.º 2
0
 public string MaxValueQuantityRooms()
 {
     Page.MaxValueRoomsPage maxValueRoomsPage = new Page.MaxValueRoomsPage(driver);
     return(maxValueRoomsPage.GetMaxValueRooms());
 }