示例#1
0
 public void SetUp()
 {
     _mainPage     = new MainPage(Driver).GoToMainPage();
     _datagridPage = _mainPage.GoToDataGridPage();
 }