public void LogIn(string login, string password) { LoginField.ClearAndSendText(login); EnterButton.ClickElement(); WebDriverWaitUtil.WaitForElementToBeVisible(PasswordField); PasswordField.ClearAndSendText(password); }