-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding save_downloads_path in BrowserContextConfig hides indexes/dropdowns #669
Comments
After looking for a while i figure out that this bug is probably happening because playwright |
This caused by some faulty exception on this line. Logic is kinda odd, if no download triggers within 5 seconds it goes down to exception, but that exception doesn't expecting TimeoutError. |
Just changing from Edit: just find out we are missing one import |
Fixed #669 - Missing playwright exception import
Fixed browser-use#669 - Missing playwright exception import
Bug Description
When creating a BrowserContextConfig, if you add save_downloads_path it will reduces indexing capabilities and close dropdowns automatically, decreasing quality in tasks that needs dropdowns.
Reproduction Steps
Code Sample
Version
0.1.36
LLM Model
Other (specify in description)
Operating System
Ubuntu 24.04 LTS
Relevant Log Output
The text was updated successfully, but these errors were encountered: