diff --git a/utils/utils.py b/utils/utils.py index 6f7f257..dc92d65 100644 --- a/utils/utils.py +++ b/utils/utils.py @@ -49,7 +49,7 @@ def keep_login_status(driver: webdriver.Chrome, login_info: LoginInfo) -> bool: """ Attempt to log into the CHI MotorWeb ERP system using the provided login information. - This function navigates to the login page, fills in the login form with the user’s credentials, + This function navigates to the login page, fills in the login form with the user's credentials, and attempts to log in. It handles unexpected alert pop-ups that indicate login failure, and manages browser windows to ensure only the relevant page remains open.