Example #1
0
        public Boolean signInExists()
        {
            LogoutPage page = new LogoutPage(driver);

            return(page.SignInExists());
        }