Nick Sweeting

Results 1235 comments of Nick Sweeting

I think it should still allow other types for the keys but then it's on the dev to know that they can't use some of the special features Benedict's provide....

Amazing! Thank you. I don't deserve any credit for this it's all @Tatsh. Awesome work 👏

This has been attempted a few times: - https://github.com/browser-use/browser-use/pull/1588 - https://github.com/browser-use/browser-use/issues/499 - https://github.com/browser-use/browser-use/issues?q=pdf It's a good idea but it's tricky to do well. I like the idea of using a...

> [!IMPORTANT] > 🙏 Please **go check *right now before submitting* that that you are on the [⬆️ LATEST VERSION](https://github.com/browser-use/browser-use/releases)**. > 🚀 We ship changes every day and we might've...

Ah we support detecting elements that use `document.getElementById("my-link").addEventListener` but not `document.getElementById("my-link").onclick` currently I believe. Related: - https://github.com/browser-use/browser-use/pull/1767 - https://github.com/browser-use/browser-use/pull/1710 - https://github.com/browser-use/browser-use/pull/1706 - https://github.com/browser-use/browser-use/pull/932

great, you can expect that in the next upcoming release then 0.2.6

What is the `Agent Marketplace`? Where did you see that @qzduly

Can you explain this PR and improve the title. Why is this change being made? Why is `browser_use/browser/browser.py` insuficcient? Why is no other code updated besides creating this file? Does...

I'm hitting this issue too. I believe this commit could help fix this issue by preventing playwright from staying connected to a crashed/unavailable context: https://github.com/browser-use/browser-use/pull/1114/commits/a742d8112287d2a71265f0dfe40a4fe17c1d6650

Have you tried giving the Agent somewhere to externalize its working memory in the prompt? E.g. ``` Go to this site https://microsoftedge.github.io/Demos/demo-to-do/ (or any similar simple TODO list) and enter...