You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor browser closure logic into reusable function
Replaced inline JavaScript workaround with a dedicated `closeBrowser` function to handle browser shutdown across different operating systems. This improves code readability and maintainability while ensuring compatibility with Windows, macOS, and Linux environments.
0 commit comments