Nick Sweeting

Results 1271 comments of Nick Sweeting

Both are good ideas, I think both are fairly easy to add with a couple handler funcs and one-line changes to `manifest.json`. If anyone wants to contribute this I think...

I wouldn't do it that way, there is a keyboard shortcuts API built into extensions already, it's very simple and just requires one line in manifest.json defining the default key...

I think these errors are mostly harmless even though they're annoying, they should go away in >=v0.8.5 because we switched to daphne, and daphne complains less when an upstream connection...

Thanks for working on this! TBH I'm still on the fence about this general direction though, I'm not convinced the added layer of complexity and indirection is worth it. It's...

> This also lays the groundwork for other types of backends. For example, we could run browser-use as a remote service and have browser extensions or third-party tools connect over...

Yeah inline scrolls are really hard to deal with in our current architecture, we've already been thinking about how to best improve this for some time. Open to ideas. The...

I've created a dedicated challenge to evaluate our progress on fixing this here: https://browser-use.github.io/stress-tests/challenge.html#scroll-accept

The PR to add support for scrolling a specific element is not merged yet @kpmc-anu: https://github.com/browser-use/browser-use/pull/1553 There were still unfixed lint errors in the PR so it will come in...

You have confirmed there are no service worker / background.js logs for the extension, or do you mean no logs inside a page's normal devtools console? If possible could you...