Skip to content

Releases: gregpr07/browser-use

Fix missing buildDomTree.js file & missing brwoser-use package in dist

29 Nov 08:06
df1f988
Compare
Choose a tag to compare
Merge pull request #72 from gregpr07/hot-fix/buildDomTreejs-not-found3

Hot fix/build dom treejs not found3

Re-run tasks from LLM without LLM

28 Nov 23:17
c412c73
Compare
Choose a tag to compare
  • Main goal: Do a task once with LLM, re-run it without LLM as often as you want. Even if DOM tree changes, we find the element on the screen.
  • Implemented saving and reloading of browser history.
  • Improved agent rerun capabilities, ensuring reliable execution.

Observe traffic stop loading, better browser config

28 Nov 22:17
855c6cb
Compare
Choose a tag to compare
  • hydrate cookies on every load page

  • browser better config

  • wait for traffic stop loading (much better page load detection)

  • 🤔 “None of us can remember why class Banana extends Weapon exists. It’s staying.”

100x faster and better DOM processing, cookie cache

28 Nov 16:01
Compare
Choose a tag to compare
  • 100x speedup for DOM processing (moved processing into the browser with JS)
  • support for iFrames and Shadow elements
  • cookie caching
  • option to disable browser security

Hot-fix page not fully loaded

23 Nov 14:42
233b5e7
Compare
Choose a tag to compare
Merge pull request #49 from gregpr07/MagMueller-patch-2

Update pyproject.toml

Switched to Playwright

22 Nov 20:57
Compare
Choose a tag to compare
  • everything is now async (agent to DOM)
  • now uses playwright
  • better logging
  • many new examples
  • support for async and sync registered functions

Playwright makes Browser Use faster and more reliable.

Custom system prompt

19 Nov 16:14
e1ba6fc
Compare
Choose a tag to compare

Overwrite the system prompt

Hotfix NoneType error

18 Nov 23:13
d2105ef
Compare
Choose a tag to compare
  • hot fix NoneType error in token calculation
  • easier to interact with browser.

Anonymized Telemetry

17 Nov 00:18
4f74170
Compare
Choose a tag to compare
Added anonymized posthog telemetry (#22)

* added anonymized telemetry

* collect data with posthog readme

Fixed project dependencies

15 Nov 23:34
Compare
Choose a tag to compare

Reverted requirements back to pure pyproject.toml