public void LoginSuccessfully(string userName, string passWord) { ElementActions.AlertDataEnter(_driver, userName); ElementActions.AlertDataEnter(_driver, passWord); ElementActions.AlertAccept(_driver); }