-
Notifications
You must be signed in to change notification settings - Fork 2.7k
upgrade to bu==0.2.7 #642
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
upgrade to bu==0.2.7 #642
Conversation
CLA assistant check
All committers have signed the CLA.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cubic found 1 issue across 7 files. Review it in cubic.dev
React with 👍 or 👎 to teach cubic. Tag @cubic-dev-ai to give specific feedback.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The disable_security setting retrieved earlier from browser_config is ignored, so the BrowserProfile is always created with its default security settings. This prevents callers from actually disabling browser security headers as intended.
warmshao
commented
Jun 20, 2025
why downgrade?
DenGies
commented
Jun 20, 2025
Browser-use 0.2.7 is the latest browser use version (https://github.com/browser-use/browser-use/releases/tag/0.2.7). The new BU Version improved a lot of things like for example scrolling.
Uh oh!
There was an error while loading. Please reload this page.
upgrade to browser-use==0.2.7
Replaced old browser_use.browser.Browser API with new, simplified BrowserProfile and BrowserSession API.
Removed 'save playwright script' feature because of removal in browser-use.
Summary by cubic
Upgraded to browser-use 0.2.7, replacing the old Browser API with the new BrowserProfile and BrowserSession APIs. Removed the "save playwright script" feature due to its removal upstream.