auto_login_EIP/utils
kinoshitakenta 953b6ab909
feat: improves element click handling
Adds retry logic to handle `ElementClickInterceptedException`.

This change enhances the robustness of element clicking by implementing a retry mechanism with a timeout.
It addresses the issue where clicks are sometimes intercepted (such as scrolling up and down on the page), preventing the action from succeeding.
2025-06-12 16:29:28 +08:00
..
EIP_action.py feat: improves element click handling 2025-06-12 16:29:28 +08:00
cli.py feature: basic features 2024-05-28 11:45:07 +08:00
driver.py feat: automates ChromeDriver management 2025-05-19 11:02:58 +08:00
utils.py docs: adds documentation to login function 2025-06-12 16:26:41 +08:00