Nick Sweeting

Results 1234 comments of Nick Sweeting

there was a bug with the way it was being presented to the agent, we just merged a fix. expect it out in the next release 0.2.6

@baluvijay Magnus is correct, currently the PR code is broken because it does not define the variables in the case of exception, execution will continue after the log lines and...

`LangChainBetaWarning: The function load is in beta` is a red herring, unrelated to the issue of seeing `Step 1` over and over again. One common cause of it getting stuck...

Make sure to try on the latest 0.1.41 version. Also it's not going to work without use_vision=True + gpt-4o. Most other vision models are not nearly as successful for such...

Can you confirm this is still happening on `0.1.45`? We've made several huge improvements to element detection recently.

Yes accessing inside iframes was caused by an issue with `patchright` that we're still working on. For now I recommend using `0.1.48`, we switched back to playwright for now so...

docs are updated: https://docs.browser-use.com/customize/system-prompt#extend-system-prompt-recommended Please upgrade to `0.1.45`

Can you the describe the use-case where you need this?

we added drag-and-drop support already (between a source and target element by css selector) but I dont think x/y-coordinate-based actions are a good idea yet, the agent will get confused...