Nick Sweeting
Nick Sweeting
Related PR was just merged: https://github.com/browser-use/browser-use/pull/736 Can you pull `main` @WonderYours and test it to see if this PR is still needed or if #736 fixed the issue for you.
playwright can use webdriver bidi to talk to newer firefox versions, but I'm not sure if the rest of the code fully supports firefox currently. There are a few direct...
FYI @alimasri we have merged a different multi-browser-support PR https://github.com/browser-use/browser-use/pull/950 If there is anything you would like to add from this PR that you feel is missing, please rebase and...
@mkuts12 we're ready to review/merge but we need the CLA signed please 🙏
awesome thanks for this fix! will merge right after that whitespace fix/reformat
Please upgrade to `>=0.1.45`, open a new issue if you still encounter any problems.
can we just reuse storage_state in playwright instead of cookies_file in BrowserContextConfig class?
I'm down to merge a PR to add an extra `storage_state` param to the `BrowserContextConfig`. If someone wants to `claude code` it up and submit a PR that would be...
can we just reuse storage_state in playwright instead of cookies_file in BrowserContextConfig class?
Yes, @tropxy is correct, we added `storage_state` support recently: [docs.browser-use.com/customize/browser-settings#storage-state](https://docs.browser-use.com/customize/browser-settings#storage-state)
can we just reuse storage_state in playwright instead of cookies_file in BrowserContextConfig class?
`0.2.x` broke `cookies_file` support, I've fixed it for now https://github.com/browser-use/browser-use/pull/1820 but in the future we are likely to remove it entirely in favor of `storage_state`.
ah sweet, this is awesome. it lets us use brave or other more fingerprint resistant browsers