コード例 #1
0
 public void WhenICloseFromTheMenu()
 {
     menuScreen = new MenuScreen(this.windowsDriver);
     menuScreen.CloseFreshTrade();
 }