public void GivenIEnteredTo(string url)
 {
     seleniumHelper.CloseSecondTabFromPlugin();
     WebDriver.Navigate().GoToUrl(url);
 }