Пример #1
0
 public bool IsUserLoggedIn()
 {
     try
     {
         return(topNavigationBar.LoggedUser().Displayed);
     }
     catch (NoSuchElementException ex)
     {
         return(false);
     }
 }