public static void DMI(IWebDriver driver) { Click.Button(driver, DMIDashboardPage.AccountDropDownToggle); Click.LastButtonByCSS(driver); WaitFor.Element(driver, DMILoginPage.UsernameField); }