コード例 #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();
     }
 }
コード例 #2
0
 public string MaxValueQuantityRooms()
 {
     Page.MaxValueRoomsPage maxValueRoomsPage = new Page.MaxValueRoomsPage(driver);
     return(maxValueRoomsPage.GetMaxValueRooms());
 }