internal static ProjectsPage GoToProjectsPage(bool needToSignIn = true) { if (needToSignIn) { return(AuthenticationSteps.SignIn() .DropDownCaretClick() .GoToProjectPage()); } return(new Footer().DropDownCaretClick().GoToProjectPage()); }
internal static RepositoriesPage GoToRepositorisePage(bool needToSignIn = true) { if (needToSignIn) { return(AuthenticationSteps.SignIn() .DropDownCaretClick() .GoToRepositoriesPage()); } return(new Footer().DropDownCaretClick().GoToRepositoriesPage()); }