Nick Sweeting
Nick Sweeting
The solution is to use a better model that can support longer prompts, or have less tabs in your browser. This is an inherent limitation of LLMs. You can also...
Can you try this PR https://github.com/browser-use/browser-use/pull/1829 and see if it fixes it: `gh pr checkout https://github.com/browser-use/browser-use/pull/1829` we added a windows asyncio fix
Related: - https://github.com/browser-use/browser-use/issues/1301
it's on main now so you can do: `uv pip install -U git+https://github.com/browser-use/browser-use.git@main`
Can you try the latest code on main, I've added many fixes including playwright.stop()
This seems like a nice improvement. There are many other examples that we'd have to add the try/catches to as well, is there a more general solution we can use...
Nice work @achatap! I think this will help improve the CLI experience a lot. A few questions: - whether or not the browser gets closed at the end is actually...
As this was a very urgent need I have implemented this in another PR here and merged it today: https://github.com/browser-use/browser-use/pull/1178 I added pause/resume functionality with Ctrl+C so it should be...
Every paywall is different, some are easy to bypass by just disabling JS or changing User Agent, some are much harder and effectively require paying for an account and reusing...
I'm actually going to leave this open to continue general ongoing discussion about paywalls and ways to handle them, as I think it's useful and a common question. (You can...