public static void LogIn(IWebDriver driver) { var loginPage = new LoginPage(driver); loginPage.LoggedIn(); }