Morris Lee
Morris Lee
### Key Improvements: 1. **Error Handling for Subprocess**: - Added a `try-except` block around the `subprocess.Popen` call to catch and log any errors during Chrome startup. - Raised a `RuntimeError`...
### **Resolves:** #601 Fix: Ensure intermediate tabs are properly closed before opening new ones This PR resolves https://github.com/browser-use/browser-use/issues/601 --- ### **Issue Description** The agent was expected to close intermediate tabs...
### Add `weights_install.py` for Cross-Platform Weight Installation **Description:** This PR introduces a new Python script, `weights_install.py`, to simplify downloading model weights using the Hugging Face CLI. The script ensures compatibility...