Beispiel #1
0
 public void LogIn(string user, string password)
 {
     Logger.Log($"Logging in using:{user}/{password}");
     SetTextUserEdit(user);
     SetTextPasswordEdit(password);
     ClickLogInButton();
     if (Config.Browser == "Mobile")
     {
         HandleJavaAlert();
     }
     WaitHelpers.WaitForLoadingOverlays(Driver);
     ExplicitWait();
     WaitForAjaxLoad();
 }