public void WhenIClickOnTheMiddleEastAndNorthAfricaInVectorMap()
 {
     homePage = new HomePage(driver);
     string title = homePage.GetDestinationsPage().vectormapclick_Middleeast();
 }
 public void WhenIClickOnTheIndianOceanInVectorMap()
 {
     homePage = new HomePage(driver);
     string title = homePage.GetDestinationsPage().vectormapclick_IndianOcean();
 }
 public void WhenIClickOnTheIndiaAndTheHimalayasInVectorMap()
 {
     homePage = new HomePage(driver);
       string title =  homePage.GetDestinationsPage().vectormapclick_IndiaAndHimalayas();
 }
 public void WhenIClickOnTheAutraliaAndNewzealandInVectorMap()
 {
     homePage = new HomePage(driver);
     string title = homePage.GetDestinationsPage().vectormapclick_AutraliaAndNewzealand();
 }
 public void WhenIClickOnTheArcticInVectorMap()
 {
     homePage = new HomePage(driver);
     string title = homePage.GetDestinationsPage().vectormapclick_Arctic();
 }
 public void WhenIClickOnTheAmericasInVectorMap()
 {
     homePage = new HomePage(driver);
        var title = homePage.GetDestinationsPage().vectormapclick_Americas();
 }