Nick Sweeting

Results 1264 comments of Nick Sweeting

Thats expected, you're creating a new BrowserSession for each test. `keep_alive=True` is not what you want because it will leave the old browser open, and *also* open a new browser...

> And also I‘d like to know whether is it possible to achieve that reuse an agent in the same page? do you mean reusing 1 page with sequential agents?...

Thats the default behavior with a single session, the agent always resumes on the same page as the previous agent ended on: ```python session = BrowserSession(keep_alive=True, ...) agent1 = Agent(...,...

We just merged a PR that might fix this on `main` https://github.com/browser-use/browser-use/pull/945. The agent now detects when the page changes during a multi-action sequence.

There is a pre-release already out and it's currently being tested.

This is very cool but are you willing to help maintain this over time? I worry that with no portuguese speakers on our team this might become out-of-date and be...

Going to close this for now as we can only merge it if we can guarantee it can be kept up-to-date. Hopefully people Googling in portuguese can still find this...

Thanks for reporting! I'd definitely accept a PR for this if you'd like to submit one!

Please share the full debug log running the latest `main` code, not just the last error lines. Look for the 🧠 icon where it verifies the LLM is responding correctly...

This issue is very stale we have merged hundreds of improvements since it was opened, including better logging and active tab detection. Please install `>=0.1.45` and open a new issue...