public void WhenIFillTheFormAndCheckboxes(Table formTable)
        {
            GetDriver.implicitWait(10);
            Dictionary <string, string> form = TableExtension.ToDictionary(formTable);

            Form.GetForm.FillForm(form);
        }
 public void GivenICloseEmergedSign_InPopup()
 {
     GetDriver.implicitWait(10);
     BBCNewsPage.GetBBCNewsPage.ClickPopupSignInExitButton();
 }