zacka026
zacka026
Just to get the conversation going, it looks like at some point recently the `_get_current_page` function was added to resort to the last page if not using CDP. Not sure...
This is actually an issue... - For whatever reason on Windows 11, it acts like it's downloading and extracting to the correct path `...\AppData\Local\camoufox\camoufox\Cache`, but the path doesn't exist past...
I've determined that it's somehow sandboxing `C:\Users\***\AppData\Local\` to `C:\Users\***\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache` Not entirely sure why or how to give camoufox the new dest path. **UPDATE: For anyone stuck in this similar situation,...
It's because browser-use isn't calling `stop()` to `playwright` as part of the `BrowserSession.stop()` method. For those that are impatient like myself and want this fixed ahead of it being fixed...
@pirate - nice, glad we got it figured out
I used to use patchright directly from browser use, locally with Chromium. Even then, it wasn't necessarily perfect due to how browser-use integrated with patchright (per one of the maintainers...