Browser-use

Latest version: v0.1.40

Safety actively analyzes 712305 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

0.1.40

What's Changed
* Update browser-settings.mdx by NinoRisteski in https://github.com/browser-use/browser-use/pull/815
* Clean up state by MagMueller in https://github.com/browser-use/browser-use/pull/825
* For models without tool calling, add available actions to context by MagMueller in https://github.com/browser-use/browser-use/pull/826
* History improvement by MagMueller in https://github.com/browser-use/browser-use/pull/827
* Metadata in history by MagMueller in https://github.com/browser-use/browser-use/pull/830
* Force done output by MagMueller in https://github.com/browser-use/browser-use/pull/835
* Update pyproject.toml by MagMueller in https://github.com/browser-use/browser-use/pull/836


**Full Changelog**: https://github.com/browser-use/browser-use/compare/0.1.39...0.1.40

0.1.39

What's Changed
* Debug time needed by MagMueller in https://github.com/browser-use/browser-use/pull/809
* Include model for page_extraction_llm by MagMueller in https://github.com/browser-use/browser-use/pull/811


**Full Changelog**: https://github.com/browser-use/browser-use/compare/0.1.38...0.1.39

0.1.38

What's Changed
* Fix Pass sensitive_data to multi_act executed via rerun_history by pppp606 in https://github.com/browser-use/browser-use/pull/706
* feat: improve multi-language font support in GIF generation by weibing-bab in https://github.com/browser-use/browser-use/pull/711
* Fix Add `sensitive_data` parameter to `multi_act` in rerun_history - Unit Tests by codebeaver-ai in https://github.com/browser-use/browser-use/pull/707
* Avoid logging sensitive information on input_text logs in controller by jersobh in https://github.com/browser-use/browser-use/pull/724
* fix: optimize macOS font loading for better CJK support by weibing-bab in https://github.com/browser-use/browser-use/pull/719
* Improve UI Examples by k-w-lee in https://github.com/browser-use/browser-use/pull/730
* Improve the roadmap by MagMueller in https://github.com/browser-use/browser-use/pull/742
* Doc fix: Fixed broken link to extra_chromium_args by RishabhKodes in https://github.com/browser-use/browser-use/pull/746
* fix: Filter out empty values on sensitive_data, Fixes a critical issue with token counts exceeding one million. by kushtrimjunuzi in https://github.com/browser-use/browser-use/pull/749
* Example find influencer profiles by MagMueller in https://github.com/browser-use/browser-use/pull/751
* Dev by MagMueller in https://github.com/browser-use/browser-use/pull/766
* Cleanup Code by maticzav in https://github.com/browser-use/browser-use/pull/712
* Lib 41 fix extraction for text fields in iframe bodies by MagMueller in https://github.com/browser-use/browser-use/pull/764
* Outsource state externally by gregpr07 in https://github.com/browser-use/browser-use/pull/765
* Fix Schema Validation for AgentOutput by XxAlonexX in https://github.com/browser-use/browser-use/pull/768
* Fix inconsistent indentation in controller/views.py by henryclw in https://github.com/browser-use/browser-use/pull/767
* Speed improvement2 by MagMueller in https://github.com/browser-use/browser-use/pull/773
* Bugfix/new context wrong state2 by MagMueller in https://github.com/browser-use/browser-use/pull/793
* Speed improvement3 by MagMueller in https://github.com/browser-use/browser-use/pull/777
* Find email address example by MagMueller in https://github.com/browser-use/browser-use/pull/794
* Eval for claude and no-vision by MagMueller in https://github.com/browser-use/browser-use/pull/796

New Contributors
* weibing-bab made their first contribution in https://github.com/browser-use/browser-use/pull/711
* RishabhKodes made their first contribution in https://github.com/browser-use/browser-use/pull/746
* kushtrimjunuzi made their first contribution in https://github.com/browser-use/browser-use/pull/749
* henryclw made their first contribution in https://github.com/browser-use/browser-use/pull/767

**Full Changelog**: https://github.com/browser-use/browser-use/compare/0.1.37...0.1.38

0.1.37

What's Changed
* Include streaming example by MagMueller in https://github.com/browser-use/browser-use/pull/563
* Feature/file upload dict by MagMueller in https://github.com/browser-use/browser-use/pull/565
* Readme/add demo by MagMueller in https://github.com/browser-use/browser-use/pull/605
* Improve DOM Processing by maticzav in https://github.com/browser-use/browser-use/pull/616
* Updated local-setup.mdx - Incorrect models page link by R-Mohammed-Hasan in https://github.com/browser-use/browser-use/pull/639
* Example custom function for web search by MagMueller in https://github.com/browser-use/browser-use/pull/675
* bug fix syntax warning invalid escape by CookieMonsteriOS in https://github.com/browser-use/browser-use/pull/670
* Update service.py by NinoRisteski in https://github.com/browser-use/browser-use/pull/666
* Eval file by MagMueller in https://github.com/browser-use/browser-use/pull/657
* Remove unnecessary import statements by 0xAsten in https://github.com/browser-use/browser-use/pull/622
* Add missing tool descriptions by mbaynton in https://github.com/browser-use/browser-use/pull/643
* Improve use cases by k-w-lee in https://github.com/browser-use/browser-use/pull/642
* add extra_chromium_args to real browser by vvincent1234 in https://github.com/browser-use/browser-use/pull/637
* Update Prompt Action Names to Align with Current Implementation by pppp606 in https://github.com/browser-use/browser-use/pull/631
* Fix 611: Fix ImportError in browser_use/agent/tests.py (611) by k-w-lee in https://github.com/browser-use/browser-use/pull/624
* Update supported-models.mdx by clates in https://github.com/browser-use/browser-use/pull/620
* improve region markdown by k-w-lee in https://github.com/browser-use/browser-use/pull/610
* Fix Documentation . Added missing documentation to Gemini under supported models. by GODCREATOR333 in https://github.com/browser-use/browser-use/pull/603
* Fix 'NoneType' object has no attribute 'startswith' error (534) by k-w-lee in https://github.com/browser-use/browser-use/pull/600
* Fix documentation: Correct default value of planner_interval from 4 to 1 by pppp606 in https://github.com/browser-use/browser-use/pull/594
* 582 detect if page.evaluate() works properly by MagMueller in https://github.com/browser-use/browser-use/pull/678
* detect if page.evaluate() works properly by ticapix in https://github.com/browser-use/browser-use/pull/582
* Fix redundant <a> tag by PaperBoardOfficial in https://github.com/browser-use/browser-use/pull/641
* added function to stream pdf file by PaperBoardOfficial in https://github.com/browser-use/browser-use/pull/626
* fix: ensure save_conversation_path ends with a slash and add tests for conversation logging by takeyaqa in https://github.com/browser-use/browser-use/pull/570
* 571 improve text input handling in browser context by MagMueller in https://github.com/browser-use/browser-use/pull/689
* Improve Text Input Handling in Browser Context by XxAlonexX in https://github.com/browser-use/browser-use/pull/571
* fix(context): reload page for CDP remote browser connections by analavishal in https://github.com/browser-use/browser-use/pull/682
* Update context.py to reload when using CDP remote browser - Unit Tests by codebeaver-ai in https://github.com/browser-use/browser-use/pull/686
* generate unique file name when file already exists by j0yk1ll in https://github.com/browser-use/browser-use/pull/538
* Update README.md with minimum Python version 3.11 by mladen1nf in https://github.com/browser-use/browser-use/pull/492
* If page exists, use it by MagMueller in https://github.com/browser-use/browser-use/pull/691
* Fixed 669 - Missing playwright exception import by tomlavez in https://github.com/browser-use/browser-use/pull/690
* Change cookie logging to debug by MagMueller in https://github.com/browser-use/browser-use/pull/692
* Feature/cloud required changes no stop context by gregpr07 in https://github.com/browser-use/browser-use/pull/697

New Contributors
* maticzav made their first contribution in https://github.com/browser-use/browser-use/pull/616
* R-Mohammed-Hasan made their first contribution in https://github.com/browser-use/browser-use/pull/639
* CookieMonsteriOS made their first contribution in https://github.com/browser-use/browser-use/pull/670
* NinoRisteski made their first contribution in https://github.com/browser-use/browser-use/pull/666
* 0xAsten made their first contribution in https://github.com/browser-use/browser-use/pull/622
* mbaynton made their first contribution in https://github.com/browser-use/browser-use/pull/643
* k-w-lee made their first contribution in https://github.com/browser-use/browser-use/pull/642
* clates made their first contribution in https://github.com/browser-use/browser-use/pull/620
* GODCREATOR333 made their first contribution in https://github.com/browser-use/browser-use/pull/603
* ticapix made their first contribution in https://github.com/browser-use/browser-use/pull/582
* takeyaqa made their first contribution in https://github.com/browser-use/browser-use/pull/570
* XxAlonexX made their first contribution in https://github.com/browser-use/browser-use/pull/571
* analavishal made their first contribution in https://github.com/browser-use/browser-use/pull/682
* mladen1nf made their first contribution in https://github.com/browser-use/browser-use/pull/492
* tomlavez made their first contribution in https://github.com/browser-use/browser-use/pull/690

**Full Changelog**: https://github.com/browser-use/browser-use/compare/0.1.36...0.1.37

0.1.36

What's Changed
* Add Weave badge to README by a-churchill in https://github.com/browser-use/browser-use/pull/542
* Improved instrumentation of browser and agent steps by skull8888888 in https://github.com/browser-use/browser-use/pull/556
* fix: install command by PaulLockett in https://github.com/browser-use/browser-use/pull/558
* fix: missing param when call multi_act by VATALU in https://github.com/browser-use/browser-use/pull/551
* O3 mini+gpt4o by MagMueller in https://github.com/browser-use/browser-use/pull/560
* Docs update with planner by MagMueller in https://github.com/browser-use/browser-use/pull/561
* Planner fix by MagMueller in https://github.com/browser-use/browser-use/pull/562

New Contributors
* a-churchill made their first contribution in https://github.com/browser-use/browser-use/pull/542
* PaulLockett made their first contribution in https://github.com/browser-use/browser-use/pull/558

**Full Changelog**: https://github.com/browser-use/browser-use/compare/0.1.35...0.1.36

0.1.35

What's Changed
* Enhancement/page summary by MagMueller in https://github.com/browser-use/browser-use/pull/518
* Check for pause more often by MagMueller in https://github.com/browser-use/browser-use/pull/519
* Feature/cloud docs by gregpr07 in https://github.com/browser-use/browser-use/pull/522
* Fix broken navigation icon for sensitive data docs page by nilsreichardt in https://github.com/browser-use/browser-use/pull/523
* Update pyproject.toml by MagMueller in https://github.com/browser-use/browser-use/pull/530


**Full Changelog**: https://github.com/browser-use/browser-use/compare/0.1.34...0.1.35

Page 2 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.