public void WhenIClickOnTheTileAtCoordinate(int col, int row)
 {
     GamePlayPage.click_tile_at(col, row);
 }